Hello everyone, I am using the mobile help desk template, and I can add the power so that the user can insert an image, if I can say what to do or what steps to take. Thank you.
Solved! Go to Solution.
Hi @Francis2811 ,
I have made a test, please see this GIF.
The steps:
1. Add Image field in the ClearCollect() in OnStart property of App. (App's example data)
2. CreateTicketScreen:
Add AddPicture control at bottom of
Add 'Image: AddMediaButton1.Media' formula to the Patch function of Create button
Set Reset(AddMediaButton1) to OnHidden property of CreateTicketScreen
3. EditTicketScreen:
Add AddPicture control at bottom of EditTicketScreenCanvas
Set Image property of UploadedImage2 : If(IsBlank(AddMediaButton2.Media), SelectedTicket.Image, AddMediaButton2.Media)
Set Reset(AddMediaButton2) to OnHidden property of EditTicketScreen
Add 'Image: AddMediaButton1.Media' formula to the two Patch functions of Update button
4. ViewTicketScreen:
Add Image control at bottom of ViewTicketScreen
Set Image property: SelectedTicket.Image
Best regards,
Sik
Hi @Francis2811 ,
I have made a test, please see this GIF.
The steps:
1. Add Image field in the ClearCollect() in OnStart property of App. (App's example data)
2. CreateTicketScreen:
Add AddPicture control at bottom of
Add 'Image: AddMediaButton1.Media' formula to the Patch function of Create button
Set Reset(AddMediaButton1) to OnHidden property of CreateTicketScreen
3. EditTicketScreen:
Add AddPicture control at bottom of EditTicketScreenCanvas
Set Image property of UploadedImage2 : If(IsBlank(AddMediaButton2.Media), SelectedTicket.Image, AddMediaButton2.Media)
Set Reset(AddMediaButton2) to OnHidden property of EditTicketScreen
Add 'Image: AddMediaButton1.Media' formula to the two Patch functions of Update button
4. ViewTicketScreen:
Add Image control at bottom of ViewTicketScreen
Set Image property: SelectedTicket.Image
Best regards,
Sik
A query in the sharepoint list I don't have to add any Image field anymore? And when the email is sent, the image chosen by the user will also be sent?
User | Count |
---|---|
142 | |
141 | |
77 | |
74 | |
71 |
User | Count |
---|---|
231 | |
164 | |
75 | |
67 | |
61 |