Many thanks I've been looking for 3 entire days to learn how to upload and take a photo by clicking on icon or button, just like what have have done. Thank u again Raza
Reza - I cannot tell you how much I appreciate your videos or how many times I have had a question about how something works and I find a video line this that you have done showing exactly what I need to know. Thank you.
Thank you very much for this video, I used this method with "add picture" control and this even worked with pen input control to send signatures as attachments to a SharePoint list!
@@RahulKumar-tf8ti I did the same steps shown in the video, only in the Collect formula at 12:16 instead of using ".Photo" in the Value, used ".Media" and referenced the add picture control.
That's awesome, Reza. I spent sooo many hours 18 months ago trying to make something like this, but failed! Will now be able to complete that project. Cheers!
Great Tutorial! One important question which I think might be helpful for others following your approach is "How can we check and confirm what the schema of our attachments data card is?"
Hi Reza, This is great. Can the same be done with the "Add Picture" control instead of the Camera? I'd like to do something similar but be able to upload images or files as well instead of just taking pictures with the camera.
I got around this by creating two screens. One for the addition of attachments via camera, and basically a duplicate of that but no camera and attachment part is normal.
Hi Reza, thank you again for this video. This adds great functionality to the app I've created. Do you know of any changes with the web editor that would prevent the attachments from updating? I've started experiencing an issue where I can add photos with your design but it absolutely will not remove photos from SharePoint after deleting them from the collection after submitting the form. This started with no changes on my part to the design you showcased, now I'm stuck trying to find a way to update the attachment separately from the SubmitForm function. Can the attachments be patched independently in addition to submitting the form?
Many thanks for your video, Reza. The limit capacity of attachment files for a SharePoint list is 250MB (as per MS document), it isn't enough for an simple app like IT inventory - for example. Maybe decreasing image quality to save file size is the short term solution.
True on the attachments size limit. Those limits are further reduced when working with Power Apps. Better solution would be to use a document library to store the related files in IT Inventory tracking scenarios.
Hi Reza, your video is so Amazing. Please, let me know about "varName" when set up on Camera "On Select". Where else I can set up varName in other places/screen/card?
That's awesome, Reza. I got a problem to follow your instruction and stuck in the middle of the video. But I will retry to learn it from your video. Thanks a lot anyway.
I will have to look at your App in action to provide any guidance. Sample App is available for download here github.com/rdorrani/PowerApps/blob/master/InspectionApp_20210518155834.zip If you are still running into issues, I would recommend you post your issue/query with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani I Reza I tried to use this Sample App to upload in my Environment, but few Flows associated with it fails to Import.... as Get items do not matches. Obviously, because the Sharepoint site name put up in it, it won't able to find. Can you help a little & remove those Flows & just keep the Package without any flow. Thanks
@@RezaDorrani Hello Reza, I just tried upload the updated samlple app and I am having troubles with 3 data connection resources on the bottom of the list. How can I fix this? Thank you for the awesome video. Only part I could not get to work was actually attaching the photos to the list. The Forms are made and added but no photos attached.
@@Cubancigar I would have to look at your app and import scenario in action to provide guidance. I did a more recent video on this feature where again I did provide the link to download the App. Check - Power Apps SharePoint List Attachments | Save Camera Pictures, Pen Input & Images ruclips.net/video/pI8saVXEDE4/видео.html
My friend you are the maximum, I could migrate a sharepoint list to another with everything and its attachments without to flow, (pdf, jpg, etc) with this explanation
You have taught me so much more than any other person or training program. I am a total newby and need it explained in very simple terms. Thank you. do you offer training services?
Great tutorial, easy to follow and really effective. Is there a way to get all pictures attached in the sharepoint list to the document section of sharepoint site? Or to download automatically all pictures attached in the sharepoint list?
I do not have a video reference on download scenario. List item attachments and document libraries are 2 different things. I don’t believe there is any option to download all pictures in one go. Il recommend checking on forums in case someone has done something similar powerusers.microsoft.com
Hi Reza, great tuturial. Just a question, from what I understood from other comments, in edit mode remove photos will not work right? any knews regarding this since you made this tuturial?
I Reza thaks a lot, other question, I am trying to put a button to take the picture with the actual code that you are using on taping the camera control but it doens't work and I already change to Camera.Stream insted of Camera.Photo and continues not working.
I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
No native feature in power apps to edit images. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something around this with workarounds.
Hey Reza! can't tell you how much you have helped me over the past couple of years in my power apps journey. You have a unique way of taking an idea, and adding a real world application to it. The one thing I am having a problem with is patching the data into SharePoint. I can capture the pictures, and view my collection in the variables, and see the Display name and ID, but when I try to patch, I get a network error, and says there is no ID. I know I am missing something, (probably something basic), but not sure what it is?
Hi Michael, Thank You so much for the appreciation! I have not experienced the mentioned issue and hence not sure what is the cause or fix for it. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com in case someone has experienced something similar
Ah... attachments to SharePoint with out Power Automate? This is gem.. As always great trick and schema is the heart of the video.. would you mind letting what is the value you set for 'Edit' and 'Submit'?
@@RezaDorrani Hi, I'm getting errors when uploading the msapp file "Something went wrong opening your app". I also would like to see the code for the submit and edit buttons as well as the filters for colImages
Hi Reza, I want to thank you for your videos which are very instructive and easy to understand, I am very fan of your explanation, I just have a small question, I followed step by step your video all is correct but at the time that I submit the images are not saved in my SharePoint do you know why? I use the app in tablet mode , Thank you very much
Here is the App link - github.com/rdorrani/PowerApps/blob/master/InspectionApp_20210518155834.zip Lists and their relationships would have to be created. You can follow the video on that part.
Hello Reza, many thanks for sharing this helpful video. I got a question. is there a way to add markups to the photos and save those in PowerApps?. Does PowerApps has this posibility by itself? or do we need to use an external pin input application?.. Anything you can share with me will be appreciated and helpful. Thanks
I don’t think there is an out of the box option for markups. Not something I have tried or have a video reference for. I will recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
Thank you so much Reza. your video was extremely helpful. I have a question for you. How can I name each photo individually when saved as an attachment? For Ex. "Photo 1, Photo 2, Photo 3, etc. Is it possible to do that instead of giving it a random name like you did with the varName GUID() function?
Did you find any solution for this, even I am struggling the same, I am able to change the display name convention but I want to have names like something similar to this if I take 3 pictures wanted to name them as pic1, pic2, pic3. There is way to change the display name to picture but when we click the 3 pics it is giving the same and getting saved only1 as remaing2 treats as duplicates not sure how to overcome this
OnVisible of the PhotoScreen set a variable like Set(varIncrement;0) Add the variable in the title name, e.g. Displayname: "myTitle_" & "varIncrement" & ".jpg". after the collect, add ;;Set(varIncrement; varIncrement +1) works for me
great video even until today! I've been following this tutorial and manage to build one for practice. However I can't seems to implement the deletion of attachment from the list when the form is submitted. How do you do that?
Thanks so much! I did this one a long time ago and do not remember the specifics. I recommend posting your issue on forums in case someone has experienced something similar powerusers.microsoft.com
Hi Reza, Everything works well for me with uploading the attachments to SharePoint. But can you view the images in another power app that uses the same SharePoint datasource? Thanks in advance!
Hi Reza! Amazing, detailed video. Thank you. I have one quick question, is it possible to store the photos from the camera control inside a document library on SharePoint?
@@RezaDorrani I appreciate the response, I've looked into the video and have one last question. Would I be able to select specific subfolders (within the document library) from my PowerApp (maybe within a dropdown/choice card) that I could send the photo attachments to? If possible, I'll start digging and doing some research on how. Thanks so much!
Awesome Work Reza thanks a million for sharing, I tried everything and it was good at the begining but then I got some trouble, my edit form when I try to save it does not save the pictures, also how can I add the gallery at the bottom of the form to see the pictures
I have made the sample App available. You can check the code in it github.com/rdorrani/PowerApps/blob/master/InspectionAppUpdated_20210822173502%20(1).zip
Really useful video, it saved me a lot of time. I do have one question. When I open the app on my phone it gives me different camera views (in a list) but even though the camera names are different it always shows the image through the front facing camera. Do you know how I can resolve this?
Thanks for liking the video. Not sure about your camera related issue. Switching camera should work based on steps in video. I would recommend to post your issue/query with screenshots on the forums at powerusers.microsoft.com
very thanks!!! hlp me to improve my power app for a production plant, im beginner using power apps but was easy to follow althrough some problems but i can do it :)
Very helpful Reza, thanks. How did you add the horizontal gallery and display the images from the collection at the bottom of the edit screen. i.e. at the 16:26 mm:ss
I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
thank u for this video, however, I am struggling to take a photo and ad title and description fields to it. if you can make a video on that pls. it s similar to the last part of your video but did not work with me for some reason. pls make a simple video on take a photo and add a title and description field ( gallery maybe)
The concept in this video is to save images as list item attachments. There is no option for adding image metadata. For that you would need to store the images in a document library and associate it with your main list item. Check this video - ruclips.net/video/r3UC3TMXhlI/видео.html You will need to use a mixture of the concepts shown in this video and the one linked in this reponse.
Hi Reza, first part is learnt well. Second part with a view of Edit / Submit Forms are complex to me. Just sharing my problems. I will keep trying to do it from you. ( I am beginner indeed). Thanks in advance.
I will have to look at your App in action to provide any guidance. Sample App is available for download here github.com/rdorrani/PowerApps/blob/master/InspectionApp_20210518155834.zip If you are still running into issues, I would recommend you post your issue/query with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani I tried to run the sample app and partly it is working and there is no connection and I don't know how to continue to do it. I will post my issue. Thanks anyway.
Hi great video and really helpful. Was wondering if I created a Power BI report and connected it to my sharepoint list to display results from my form submissions can I also display the attachment photos in Power BI at all?
You should be able to. This is something I would have to explore. I would recommend you check on the forums in case someone has done something similar powerusers.microsoft.com/
Reza: Thanks for all your work. Up to now, a large part of what I've needed to create the app a construction company is now using daily came from your videos. I've spent some time on the trashcans and the RemoveIf function. I'm missing something. I can delete them from the Attachment Data Card and the collection in OnRemoveFile, but SubmitForm and/or Patch don't save the changes. Ideas? Thanks, JP
Hi Reza, Well done, I really enjoy watching your video and learning the little secrets you are disclosing. I have an issue though with what you mentioned in this video. when uploading new photos everything is working perfectly but removing images is not working and when you look at SharePoint attachments they are not deleted. What do you think I have missed. I have followed your instructions step by step.
Hi Reza, this is fantastic! What about situations when I want the user to add "typical" attachments from the computer as well as the images they take in the app as well?? Haven't been able to find a way to get both to work as the collection overrides any attachments the user selects to be added (i.e. pdf files). Any suggestions?
This approach has a limitation in which images cannot be edited or deleted. You can only add images. If you need other attachments types, you would need to use the attachment control as is. Its like a catch 22 situation.
Thank you Raza for making this video. But for some reason when I start a new form from the success screen the whole from reset except the attachments they still there, the attachment card doesn't clear.
Hi Reza... This was a great video. One question. If I use a dataverse table for housing the data is the process the same? I need to collect only 1 photo in theory. I have not used dataverse so far as my current employer doesn't have a lot of bells and whistles yet, however I do have access to a tenant that I can "play" in. I don't want to create junk there before I know roughly how it would work.
Dataverse table column technique would be different. I do not have a video reference on this scenario. I have a backlog idea to work on this in future. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Hi Reza, thank you so much for the videos you create they are extremely helpful and easy to understand. However I am facing the issue with Camera and Galleria Control when using the app in mobile. I am unable to see the Camera control as well Images captured or attached into Gallery control. Would be really great if you could help me with this issue Many thanks in advance! Regards, Vaishali
Welcome! I have not come across the mentioned issue on mobile devices and hence not sure what is the cause for your issue. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Thank You so much Reza! very helpful. but my image can't stored to SharePoint list. can you share your submit button function. I would like to see how you add the collection to the form please.
@@RezaDorrani Thank you Reza, after I click the import button. I got some error when import "Related resources" like "Export PDF Tablular Data", I got error "Flow save failed with code 'DynamicOperationRequestClientFailure' and message 'The dynamic operation request to API 'sharepointonline' operation 'GetTable' failed with status code 'Unauthorized'. This may indicate invalid input parameters. Error response: { "error_description": "Exception of type 'Microsoft.IdentityModel.Tokens.AudienceUriValidationFailedException' was thrown." }'. " Do you have any suggestions please
Hi Reza. Thanks for your fabulous videos. You are helping me a lot. I am building a quality system based on SharePoint and inspection power app is interesting for me. However, I would like you to explain how to take pictures with camera control and add each picture as an item in a either dedicated pictures library or dedicated pictures list item. Thanks again!
Dedicated pictures in a library with metadata would have to be a separate video. I did a video on list relationships which would be something I can build upon in future ruclips.net/video/SCYY9ZL48Mw/видео.html
It should show option to switch camera as shown in video. Might be a device related issue. I will recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
Hi reza! this does exactly what I need! thanks for this great video man! I would also need the pictures to get saved to the camera roll when using the camera control, but I can't get that to happen. I did use this app on an LG phone and they do get saved to the phone's local camera roll by default when I take them, but this doesn't happen with Iphones or Samsung phones. Would you happen to know why this doesn't happen or of a way to achieve it? Thanks!
Hi Reza. This video, just like your others, is amazing. I'm having problems with the OnSelect function of the camera (12:17) I copy the code you have used: et( varName, GUID() ); Collect( colImages, { DisplayName: varName & ".jpg" Id:varName & ".jpg" Value(Camera.Photo } ); The only thing that doesn't work is 'ColImages' Is this making reference back to an item in the app or sharepoint that you have created? I've looked back and can't find where this is referencing
I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Hi Reza, thanks for this great content. Kindly create some content on dataverse with Powerapp or dataverse separately . Also i have one scenario in which my data source with canvas app is dataverse and i need to submit data as excel template. pls suggest me way to do it in optimize way!! Thanks for all these great content !!
Hi Reza, thanks for another amazing video. I’ve been wanting to create a safety observation app and wasn’t sure how. One of the challenges is that we can only use our phones in offline mode in certain areas of the plant. Your solution should still work in this situation since it is based off of a collection, correct?
Yes, you can store the collection offline but offline capacity is limited based on device RAM. Also, images will eat up that offline space very quickly.
@@RezaDorrani Hi Reza, thank you for the reply. If they take their phone out of airplane mode and submit the images to Sharepoint as soon as possible that downside should be mitigated, correct?
@@RezaDorrani Hi Reza, great video, as always!. I'm about to implement this method, in place on my current method where I was only keeping one picture, while the users were asking to be able to take more than one picture. Users have also expressed the same comment as Teresa, about using the app in offline mode, intentionally or unintentionally (bc signal loss), and they have also mentioned that they lost information before being able to send it to the SPO repository (app closing on them), is there a way to temporarily save the information in the device storage? and later retrieve it and send to SPO? Thanks
@Reza, your videos are so helpful! I really appreciate the content you produce, so thank you! One question about this one: would it be possible to alter this for a multi-question format, such that it it stores the pictures in such a way that I can trace them back to one of 30 questions?
Im assuming you mean a pic per question. That would not work with attachments control since it cannot store metafdata. I did a video where I used the file name as the metadata. Check my videos on sharepoint list attachments. I have done plenty of them.
@@RezaDorrani I think I have seen that one, about Attachment Control: ruclips.net/video/hJQjGE-oUpM/видео.html I have an audit app, where someone answers 30some multiple-choice questions and then has to add multiple pictures as proof of each answer. Which direction could I then best look if can't store the metadata of this way? Currently, I'm thinking of just making 250 columns (of which the majority will be image columns).
Pictures removed or replaced is not supported with this technique. For that you may want to showcase the attachments control so the user can directly work with that.
Hi Reza, quick question: what about deleting all, or selective images from the collection, will those also be deleted from the List Item attachments on SharePoint? I have found your method very efficient in creating and attaching images via the collection but have trouble to delete. Always appreciate your tutorials!! Cheers, Stavros
The approach works with the attachments control concept of the list item. Deletion does not work with this concept. If you need deletion, you would have to maintain a list of the images deleted in a collection, then call a flow to remove them from the list item. Note: Deletion will work for the new item form but not for edit form.
@@RezaDorrani thank you Reza, appreciate your quick replay. I migh use a second attachment control screen with preview for deleting purposes. Cheers! Stavros
Very helpful video! How do you Patch the attachment to Share Point? Is it a simple patch command with attachments as an argument? Or did you use the SubmitForm command?
@@RezaDorrani Hello Reza, I used your guidelines on creating dynamic tabs and different screen with different form content, to the same sharepoint list. I added a collection of pictures but now run into this problem. I captures all my different form answers in the sharepoint list but it doesn't capture the attachments. Does this mean that I cannot use picture control and picture collections when using the different forms on different screens? Is there no workaround to use SubmitForm but somewhere grab all data from the different forms including attachments?
Hello Reza. Thank you for all those wonderful videos. I would like to to know on the Inspection Photo Screen how do you relate to the parent form, When Take a picture my pictures does not link to the user that it supposed to be linked
The pictures are added as list item attachments. That’s how they are related to the main form. Its all part of the same list item. If your pictures are not being linked, there must be an issue with the way you configured it. I did a more recent video on this, the description of the video includes link to download sample App. Check ruclips.net/video/pI8saVXEDE4/видео.html
@@RezaDorrani Wow. Thank you very much for answering me back. Yes I saw that video as well thank you very much. My app works as long as I Put the camera in in the main form page. But I will like to put the camera in a different page which I did, then my app does not work. also it when I refresh the page from my app, pic attachments get deleted I don't understand why??
@@alejandrolazo3766 I will have to look at your App in action to provide guidance. I will recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani Thank You very much, I just open an account in the Powerapps community, I am preparing to upload my screenshots. Just want to ask you the form to fill out the info and the form that has the camera are they into NewMode Or EditMode.??
Thank you for this video. Your video has a lot to it! My problem is that I can't use the formula for the image on the Browse screen. I think that what has happened is my browse screen is based on a collection and I think collections can't hold attachments. Am I close or am I way off base. I managed to take a photo and save it to attachments but I'm having trouble retrieving it! Any thoughts would be most welcome
I dont think I have tried that one before.I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Wouldn't it be better to name the images with the record name, date and iterate with a number so if you ever want to share it in an e-mail for example, they already have some context? Really want to build an inspection app but need traceability of images including dates taken to be clear and need to be able to generate a PDF report. Thanks for this example to help me with learning the potential.
You could name the images based on your scenario. I have a playlist on List Item Attachments in which I have videos showcasing how to name the images captured as well.
This is not a tutorial for newbies. Skipped alot and not really the typical tutorial order of sequence of events. But it will help those who are already very familiar with PowerApps. Still one of the better Power Apps Camera Control Tutorial around. Thanks Reza
I have an extended version of this coming in 2 weeks wherein I am adding signature and export to pdf. I will plan to share the enhanced version of this App.
Hi Reza.. It was very useful.. Still I had struck up at submit form. While I submit form after attaching the photos generated thru' camera control, it is showing an error '"Field Id is required" and I am not able to figure this out...requesting your advice on this
Hi Nice video - just wondering will it work the same way if adding photo to Dataverse and can it store multiple images in one record like your Sharepoint example?
For Dataverse, you would need to create a 1:N relationship with a table that stores multiple images. Something like the expense reporting App, wherein I store the multiple receipts (images). Check - ruclips.net/video/1X8ihV_EGbE/видео.html
Reza, thanks for the video and others. They have been very helpful. I have setup the collection and rest as you described. I can show images in the gallery but when I download, it says "no file" also I do not see the attachments in the Sharepoint list when I submit the form. TIA
I would have to look at your scenario in action to provide any guidance. I have made the app available for download github.com/rdorrani/PowerApps/blob/master/InspectionApp_20210518155834.zip
Wow, just wow! No more flows to add attachments to items.
Thanks a lot Reza!
Thank you for watching.
Many thanks I've been looking for 3 entire days to learn how to upload and take a photo by clicking on icon or button, just like what have have done. Thank u again Raza
Glad it helped!
Reza - I cannot tell you how much I appreciate your videos or how many times I have had a question about how something works and I find a video line this that you have done showing exactly what I need to know.
Thank you.
Glad to know the videos cover many topics. Many times I have done a video on same topic but I have shown different patterns or techniques.
Man, you are the best. I gotta agree with Ramesh Mukka. I learn a lot with you
Thank you for your kind words
Thank you very much for this video, I used this method with "add picture" control and this even worked with pen input control to send signatures as attachments to a SharePoint list!
Excellent! You are one step ahead of my next video which is on signatures 👍
@@RezaDorrani sounds great, I'm looking forward to watching it :)
Hey Daria ,Can you please tell me how you use this method to in “Add picture” control.
@@RahulKumar-tf8ti I did the same steps shown in the video, only in the Collect formula at 12:16 instead of using ".Photo" in the Value, used ".Media" and referenced the add picture control.
That's awesome, Reza. I spent sooo many hours 18 months ago trying to make something like this, but failed! Will now be able to complete that project. Cheers!
Go for it!
🔥🔥🔥🔥
I needed this 18 months ago.
Still few things to take away👍
Better late than never :)
Thanks for watching.
I've learned so much from you these last couple of months/ years. Can't thank you enough.
You are so welcome
I was able to complete the program successfully, thank you for this video
Great!
Great Tutorial! One important question which I think might be helpful for others following your approach is "How can we check and confirm what the schema of our attachments data card is?"
I did this video a long time ago and do not remember the exact schema
I cannot thank you enough for this video, this is a very important building block in many of my apps. Easy to understand and follow. (ThumbsUp)
Glad to hear that! Thanks so much for watching.
Incredibly helpful and so easy to follow. Can't thank you enough.
You are most welcome
Hi Reza, This is great. Can the same be done with the "Add Picture" control instead of the Camera? I'd like to do something similar but be able to upload images or files as well instead of just taking pictures with the camera.
Yes, can be done. A lot of folks have already done it using this technique after watching this video :)
I got around this by creating two screens. One for the addition of attachments via camera, and basically a duplicate of that but no camera and attachment part is normal.
Hi Reza, thank you again for this video. This adds great functionality to the app I've created. Do you know of any changes with the web editor that would prevent the attachments from updating? I've started experiencing an issue where I can add photos with your design but it absolutely will not remove photos from SharePoint after deleting them from the collection after submitting the form. This started with no changes on my part to the design you showcased, now I'm stuck trying to find a way to update the attachment separately from the SubmitForm function. Can the attachments be patched independently in addition to submitting the form?
This technique has a limitation with removing attachments. You can only add attachments.
Hi Reza, this is the same issue that I'm encountered. It will add the new photo but will not delete the old photos in the collection
Many thanks for your video, Reza. The limit capacity of attachment files for a SharePoint list is 250MB (as per MS document), it isn't enough for an simple app like IT inventory - for example. Maybe decreasing image quality to save file size is the short term solution.
True on the attachments size limit. Those limits are further reduced when working with Power Apps.
Better solution would be to use a document library to store the related files in IT Inventory tracking scenarios.
@@RezaDorrani thanks Reza ! but just 50mb to upload ? or 50mg for all l'app ? (sorry for my english)
@@Nyny_77 I believe max file size is 20 MB. But you could add multiple. Im not sure of total limit.
That collection schema was the key. Is it you telling this 1st on the internet? Thats why you are the best
I believe I am the first :)
Just thought about how to hack the attachments control and got this 💡
excellent video helped me a lot, I needed something like this, I made some small changes to suit my needs. Thank you from Brazil.
Most welcome!
Hi Reza, your video is so Amazing. Please, let me know about "varName" when set up on Camera "On Select". Where else I can set up varName in other places/screen/card?
varName must be unique and used in the places shown in video. You can replace guid with a particular pattern or date etc.
Thank you so much for posting this Reza! Great solution, great explanation.
Glad it was helpful!
That's awesome, Reza. I got a problem to follow your instruction and stuck in the middle of the video. But I will retry to learn it from your video. Thanks a lot anyway.
I will have to look at your App in action to provide any guidance.
Sample App is available for download here github.com/rdorrani/PowerApps/blob/master/InspectionApp_20210518155834.zip
If you are still running into issues, I would recommend you post your issue/query with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani I Reza I tried to use this Sample App to upload in my Environment, but few Flows associated with it fails to Import.... as Get items do not matches.
Obviously, because the Sharepoint site name put up in it, it won't able to find.
Can you help a little & remove those Flows & just keep the Package without any flow.
Thanks
@@imsourabhprasad Here is the updated App github.com/rdorrani/PowerApps/blob/master/InspectionAppUpdated_20210822173502%20(1).zip
@@RezaDorrani Hello Reza, I just tried upload the updated samlple app and I am having troubles with 3 data connection resources on the bottom of the list. How can I fix this? Thank you for the awesome video. Only part I could not get to work was actually attaching the photos to the list. The Forms are made and added but no photos attached.
@@Cubancigar I would have to look at your app and import scenario in action to provide guidance.
I did a more recent video on this feature where again I did provide the link to download the App.
Check - Power Apps SharePoint List Attachments | Save Camera Pictures, Pen Input & Images
ruclips.net/video/pI8saVXEDE4/видео.html
My friend you are the maximum, I could migrate a sharepoint list to another with everything and its attachments without to flow, (pdf, jpg, etc) with this explanation
Awesome! Thanks for watching.
Reza, you're awesome, this is really what we need for improve attachment adding speed.
Thanks a lot, really appreciate.
Glad it was helpful!
You have taught me so much more than any other person or training program. I am a total newby and need it explained in very simple terms. Thank you. do you offer training services?
I do offer live training on RUclips via channel memberships. On web browser, go to my channel, click on JOIN button to see the details.
No more Parse JSON....in Flow!!! Very nice!!
👍
Great tutorial, easy to follow and really effective. Is there a way to get all pictures attached in the sharepoint list to the document section of sharepoint site? Or to download automatically all pictures attached in the sharepoint list?
I do not have a video reference on download scenario. List item attachments and document libraries are 2 different things. I don’t believe there is any option to download all pictures in one go.
Il recommend checking on forums in case someone has done something similar
powerusers.microsoft.com
Hi Reza, great tuturial. Just a question, from what I understood from other comments, in edit mode remove photos will not work right? any knews regarding this since you made this tuturial?
That is correct. Remove photos will not work in edit mode. No news since :)
I Reza thaks a lot, other question, I am trying to put a button to take the picture with the actual code that you are using on taping the camera control but it doens't work and I already change to Camera.Stream insted of Camera.Photo and continues not working.
I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
Great tutorial and exactly what I was looking for so I didn't have to use Power Automate. Easy to follow along while I created my own. Thank you!
You're most welcome!
@Reza superrr…
One quick question is how to edit the image taken by camera control like adding something (arrows,text ) inside the images?
No native feature in power apps to edit images. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something around this with workarounds.
Hey Reza! can't tell you how much you have helped me over the past couple of years in my power apps journey. You have a unique way of taking an idea, and adding a real world application to it.
The one thing I am having a problem with is patching the data into SharePoint. I can capture the pictures, and view my collection in the variables, and see the Display name and ID, but when I try to patch, I get a network error, and says there is no ID. I know I am missing something, (probably something basic), but not sure what it is?
Hi Michael,
Thank You so much for the appreciation!
I have not experienced the mentioned issue and hence not sure what is the cause or fix for it. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com in case someone has experienced something similar
Ah... attachments to SharePoint with out Power Automate? This is gem.. As always great trick and schema is the heart of the video.. would you mind letting what is the value you set for 'Edit' and 'Submit'?
Glad you liked it!
Here is the link to download the App - github.com/rdorrani/PowerApps/blob/master/InspectionApp_20210518155834.zip
@@RezaDorrani Hi, I'm getting errors when uploading the msapp file "Something went wrong opening your app". I also would like to see the code for the submit and edit buttons as well as the filters for colImages
@@Xxk3v5nxX I did this video years ago and the app shared is the best resource I have. It is not the msapp file but the app export zip file.
Thank you for the tutorial! You explained it so good. I have one question: is it possible to sent the captured photos directly as an e-mail?
Possible. I have done videos on this topic.
Example: ruclips.net/video/GoF3vfP3YTM/видео.html
Outstanding video Reza. Thank you!
Most welcome
Perfect, this is the solution for my big Problem. THX you so much
You are most welcome.
Hi Reza, I want to thank you for your videos which are very instructive and easy to understand, I am very fan of your explanation, I just have a small question, I followed step by step your video all is correct but at the time that I submit the images are not saved in my SharePoint do you know why? I use the app in tablet mode , Thank you very much
I made the sample App available for download at github.com/rdorrani/PowerApps/blob/master/InspectionApp_20210518155834.zip
Great video. Very clear instructions again. Thanks also for using the screen zoom. It makes it easier if watching on a phone :-)
Glad you liked it. Listening to user feedback and applying them to my latest videos.
very useful training, thanks so much...would be possible to have the app to analize deeply all the functions and the relation with sharepoint list ?
Here is the App link - github.com/rdorrani/PowerApps/blob/master/InspectionApp_20210518155834.zip
Lists and their relationships would have to be created. You can follow the video on that part.
Hello Reza, many thanks for sharing this helpful video. I got a question. is there a way to add markups to the photos and save those in PowerApps?. Does PowerApps has this posibility by itself? or do we need to use an external pin input application?.. Anything you can share with me will be appreciated and helpful. Thanks
I don’t think there is an out of the box option for markups. Not something I have tried or have a video reference for.
I will recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
Much appreciated.. Thanks for taking the time to always replying and helping your veiwier .. 🙏
My pleasure!
I really liked this approach. Thanks Reza.
Glad you liked it!
Thank you Very much!!!!!!, your video is very good !!!!!
You are most welcome!
Hi Reza, thank you very much, your videos are amazing.
Glad you like them!
Thank you so much Reza. your video was extremely helpful. I have a question for you. How can I name each photo individually when saved as an attachment? For Ex. "Photo 1, Photo 2, Photo 3, etc. Is it possible to do that instead of giving it a random name like you did with the varName GUID() function?
Possible. Just use the naming standard of your choice.
Did you find any solution for this, even I am struggling the same, I am able to change the display name convention but I want to have names like something similar to this if I take 3 pictures wanted to name them as pic1, pic2, pic3. There is way to change the display name to picture but when we click the 3 pics it is giving the same and getting saved only1 as remaing2 treats as duplicates not sure how to overcome this
OnVisible of the PhotoScreen set a variable like Set(varIncrement;0)
Add the variable in the title name, e.g. Displayname: "myTitle_" & "varIncrement" & ".jpg".
after the collect, add ;;Set(varIncrement; varIncrement +1)
works for me
great video even until today! I've been following this tutorial and manage to build one for practice. However I can't seems to implement the deletion of attachment from the list when the form is submitted. How do you do that?
Thanks so much!
I did this one a long time ago and do not remember the specifics.
I recommend posting your issue on forums in case someone has experienced something similar powerusers.microsoft.com
Hi Reza,
Everything works well for me with uploading the attachments to SharePoint.
But can you view the images in another power app that uses the same SharePoint datasource?
Thanks in advance!
Yes, as long as it connects to the same data source.
Hi Reza,Thank You for this video,Is there a way to select option to use camera in “Add picture control” in tablet.please reply.
Possible. You would need to add that image details captured from camera control into the same collection format.
Hi Reza! Amazing, detailed video. Thank you. I have one quick question, is it possible to store the photos from the camera control inside a document library on SharePoint?
Possible but for that you would need to leverage power automate.
Something like ruclips.net/video/r3UC3TMXhlI/видео.html
@@RezaDorrani I appreciate the response, I've looked into the video and have one last question. Would I be able to select specific subfolders (within the document library) from my PowerApp (maybe within a dropdown/choice card) that I could send the photo attachments to? If possible, I'll start digging and doing some research on how. Thanks so much!
@@justinharville7519 May be. Im not sure.
Awesome Work Reza thanks a million for sharing, I tried everything and it was good at the begining but then I got some trouble, my edit form when I try to save it does not save the pictures, also how can I add the gallery at the bottom of the form to see the pictures
I have made the sample App available.
You can check the code in it github.com/rdorrani/PowerApps/blob/master/InspectionAppUpdated_20210822173502%20(1).zip
Really useful video, it saved me a lot of time. I do have one question. When I open the app on my phone it gives me different camera views (in a list) but even though the camera names are different it always shows the image through the front facing camera. Do you know how I can resolve this?
Thanks for liking the video.
Not sure about your camera related issue. Switching camera should work based on steps in video.
I would recommend to post your issue/query with screenshots on the forums at powerusers.microsoft.com
very thanks!!! hlp me to improve my power app for a production plant, im beginner using power apps but was easy to follow althrough some problems but i can do it :)
You're very welcome!
Very helpful Reza, thanks. How did you add the horizontal gallery and display the images from the collection at the bottom of the edit screen. i.e. at the 16:26 mm:ss
I added a custom data card in my form control and inserted a horizontal gallery in it. The gallery Items property is the collection of images.
Thanks for the excellent video. I was able to capture the pictures but it is not saving to the sharepoint. What could cause this issue?
I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
thank u for this video, however, I am struggling to take a photo and ad title and description fields to it. if you can make a video on that pls. it s similar to the last part of your video but did not work with me for some reason. pls make a simple video on take a photo and add a title and description field ( gallery maybe)
The concept in this video is to save images as list item attachments. There is no option for adding image metadata. For that you would need to store the images in a document library and associate it with your main list item.
Check this video - ruclips.net/video/r3UC3TMXhlI/видео.html
You will need to use a mixture of the concepts shown in this video and the one linked in this reponse.
Hi Reza, thanks again!
To delete one attachment, only using Power Automate?
Deleting would need flow
@@RezaDorrani Thanks!
Really helpful, thank you so much for making this!
Thanks for watching Aaron
Hi Reza, first part is learnt well. Second part with a view of Edit / Submit Forms are complex to me. Just sharing my problems. I will keep trying to do it from you. ( I am beginner indeed).
Thanks in advance.
I will have to look at your App in action to provide any guidance.
Sample App is available for download here github.com/rdorrani/PowerApps/blob/master/InspectionApp_20210518155834.zip
If you are still running into issues, I would recommend you post your issue/query with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani Thanks for your guidance. I will download the sample app and retry it in accordance with your valuable instruction. Thanks again.
@@RezaDorrani I tried to run the sample app and partly it is working and there is no connection and I don't know how to continue to do it. I will post my issue. Thanks anyway.
@@tinmaung9043 You will need to connect to your data source :)
@@RezaDorrani OK, Noted well. Thanks Millions for your kind support and quick response.
Hi great video and really helpful. Was wondering if I created a Power BI report and connected it to my sharepoint list to display results from my form submissions can I also display the attachment photos in Power BI at all?
You should be able to. This is something I would have to explore. I would recommend you check on the forums in case someone has done something similar powerusers.microsoft.com/
Reza: Thanks for all your work. Up to now, a large part of what I've needed to create the app a construction company is now using daily came from your videos. I've spent some time on the trashcans and the RemoveIf function. I'm missing something. I can delete them from the Attachment Data Card and the collection in OnRemoveFile, but SubmitForm and/or Patch don't save the changes. Ideas? Thanks, JP
Glad to hear that!
I have not come across this issue hence not sure what changes is needed.
It is a break through, thanks for the video.
Thank You
@@RezaDorrani is it possible to patch pictures in attachment without form? I mean gallery items and its corresponding images to sharepoint list
@@jagadeeshk.474 No. In that case you would need to use flow.
Thank you so much for your videos, whitout this tools i cannot do anything.
Most welcome
Thanks for the amazing tutorial.
You're very welcome!
Excellent Reza!!! Could you kindly share this app?
Thanks.
Here is the link - github.com/rdorrani/PowerApps/blob/master/InspectionApp_20210518155834.zip
The video I've been looking for!!!!!!
You found it 👍
Hi Reza, Well done, I really enjoy watching your video and learning the little secrets you are disclosing. I have an issue though with what you mentioned in this video. when uploading new photos everything is working perfectly but removing images is not working and when you look at SharePoint attachments they are not deleted. What do you think I have missed. I have followed your instructions step by step.
That is a limitation with this approach.
Hi Reza, this is fantastic! What about situations when I want the user to add "typical" attachments from the computer as well as the images they take in the app as well?? Haven't been able to find a way to get both to work as the collection overrides any attachments the user selects to be added (i.e. pdf files). Any suggestions?
This approach has a limitation in which images cannot be edited or deleted. You can only add images.
If you need other attachments types, you would need to use the attachment control as is. Its like a catch 22 situation.
Thank you Raza for making this video. But for some reason when I start a new form from the success screen the whole from reset except the attachments they still there, the attachment card doesn't clear.
I have not come across this issue hence not sure. I recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
This is awesome tutorial! You make seem to easy :)
Thank you!
Thanks for great video ! Could you pls also share how to export the captured image(not link) into excel ?
That would be something I would have to investigate. I have never tried that. I will recommend you check on the forums at powerusers.microsoft.com/
Hi Reza... This was a great video. One question. If I use a dataverse table for housing the data is the process the same? I need to collect only 1 photo in theory. I have not used dataverse so far as my current employer doesn't have a lot of bells and whistles yet, however I do have access to a tenant that I can "play" in. I don't want to create junk there before I know roughly how it would work.
Dataverse table column technique would be different. I do not have a video reference on this scenario. I have a backlog idea to work on this in future. I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
@@RezaDorrani Cheers.. SP will work (does work) for the proof of concept. I'll look for some info in the forum. Thanks.
Hi Reza, thank you so much for the videos you create they are extremely helpful and easy to understand. However I am facing the issue with Camera and Galleria Control when using the app in mobile. I am unable to see the Camera control as well Images captured or attached into Gallery control. Would be really great if you could help me with this issue
Many thanks in advance!
Regards,
Vaishali
Welcome!
I have not come across the mentioned issue on mobile devices and hence not sure what is the cause for your issue. I recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani thanks a lot for your response
Thank You so much Reza! very helpful. but my image can't stored to SharePoint list. can you share your submit button function. I would like to see how you add the collection to the form please.
I have made the app available at github.com/rdorrani/PowerApps/blob/master/InspectionApp_20210518155834.zip
@@RezaDorrani Thank you Reza, after I click the import button. I got some error when import "Related resources" like "Export PDF Tablular Data", I got error "Flow save failed with code 'DynamicOperationRequestClientFailure' and message 'The dynamic operation request to API 'sharepointonline' operation 'GetTable' failed with status code 'Unauthorized'. This may indicate invalid input parameters. Error response: { "error_description": "Exception of type 'Microsoft.IdentityModel.Tokens.AudienceUriValidationFailedException' was thrown." }'. " Do you have any suggestions please
@@aglong2948 I think we dont have a business office account. I can't import the app because of this reason, is there anyway around this @RezaDorrani
Hi Reza.
Your video was really helpful.
I wanted to know if there's any way in which I can select an image from the gallery and delete it?
Image (if attachment in list item) cannot be deleted via Patch from gallery. Only option is via form control.
@@RezaDorrani Thank you
Hi Reza. Thanks for your fabulous videos. You are helping me a lot. I am building a quality system based on SharePoint and inspection power app is interesting for me. However, I would like you to explain how to take pictures with camera control and add each picture as an item in a either dedicated pictures library or dedicated pictures list item.
Thanks again!
Dedicated pictures in a library with metadata would have to be a separate video. I did a video on list relationships which would be something I can build upon in future ruclips.net/video/SCYY9ZL48Mw/видео.html
Great vid! When using a cell phone cam, how would the user switch from rear to front camera?
It should show option to switch camera as shown in video. Might be a device related issue. I will recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
Great tutorial, thanks
You're welcome!
Hi reza! this does exactly what I need! thanks for this great video man! I would also need the pictures to get saved to the camera roll when using the camera control, but I can't get that to happen. I did use this app on an LG phone and they do get saved to the phone's local camera roll by default when I take them, but this doesn't happen with Iphones or Samsung phones. Would you happen to know why this doesn't happen or of a way to achieve it? Thanks!
I don’t think the camera control saves it on your phone. I will recommend you check on the forums at powerusers.microsoft.com
Nice Reza, congratz
Thanks
thank you for editing the code behind record keep it up with editing
Thanks, will do!
Thank you was looking for this
You're welcome!
Hi Reza. This video, just like your others, is amazing.
I'm having problems with the OnSelect function of the camera (12:17) I copy the code you have used:
et(
varName,
GUID()
);
Collect(
colImages,
{
DisplayName: varName & ".jpg"
Id:varName & ".jpg"
Value(Camera.Photo
}
);
The only thing that doesn't work is 'ColImages'
Is this making reference back to an item in the app or sharepoint that you have created? I've looked back and can't find where this is referencing
I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at powerusers.microsoft.com
That's is amazing , but I think the key point is " the three variable must the same name and sequence" ......
That’s correct
Hi Reza, thanks for this great content. Kindly create some content on dataverse with Powerapp or dataverse separately . Also i have one scenario in which my data source with canvas app is dataverse and i need to submit data as excel template. pls suggest me way to do it in optimize way!! Thanks for all these great content !!
Working on a Dataverse for Teams series.
Hi Reza, thanks for another amazing video. I’ve been wanting to create a safety observation app and wasn’t sure how. One of the challenges is that we can only use our phones in offline mode in certain areas of the plant. Your solution should still work in this situation since it is based off of a collection, correct?
Yes, you can store the collection offline but offline capacity is limited based on device RAM. Also, images will eat up that offline space very quickly.
@@RezaDorrani Hi Reza, thank you for the reply. If they take their phone out of airplane mode and submit the images to Sharepoint as soon as possible that downside should be mitigated, correct?
@@teresaagustin5191 Yes, but I will give the classic response “It depends”
Yes, there are certainly variables like what if they forget to submit once they are back online. I’ll do some more research. Thanks Reza!
@@RezaDorrani Hi Reza, great video, as always!. I'm about to implement this method, in place on my current method where I was only keeping one picture, while the users were asking to be able to take more than one picture. Users have also expressed the same comment as Teresa, about using the app in offline mode, intentionally or unintentionally (bc signal loss), and they have also mentioned that they lost information before being able to send it to the SPO repository (app closing on them), is there a way to temporarily save the information in the device storage? and later retrieve it and send to SPO? Thanks
@Reza, your videos are so helpful! I really appreciate the content you produce, so thank you!
One question about this one: would it be possible to alter this for a multi-question format, such that it it stores the pictures in such a way that I can trace them back to one of 30 questions?
Im assuming you mean a pic per question. That would not work with attachments control since it cannot store metafdata.
I did a video where I used the file name as the metadata.
Check my videos on sharepoint list attachments. I have done plenty of them.
@@RezaDorrani I think I have seen that one, about Attachment Control: ruclips.net/video/hJQjGE-oUpM/видео.html
I have an audit app, where someone answers 30some multiple-choice questions and then has to add multiple pictures as proof of each answer. Which direction could I then best look if can't store the metadata of this way?
Currently, I'm thinking of just making 250 columns (of which the majority will be image columns).
I would probably use a document library to store related files.
Thanks a lot for the video content. ¿Could you please tell me if we can remove pictures? after submit, on edit mode.
Pictures removed or replaced is not supported with this technique. For that you may want to showcase the attachments control so the user can directly work with that.
Got it, thanks for quickly answer.
Awesome, thank you so much! Bless you!
You're very welcome!
Hi Reza, quick question: what about deleting all, or selective images from the collection, will those also be deleted from the List Item attachments on SharePoint? I have found your method very efficient in creating and attaching images via the collection but have trouble to delete. Always appreciate your tutorials!! Cheers, Stavros
The approach works with the attachments control concept of the list item. Deletion does not work with this concept. If you need deletion, you would have to maintain a list of the images deleted in a collection, then call a flow to remove them from the list item.
Note: Deletion will work for the new item form but not for edit form.
@@RezaDorrani thank you Reza, appreciate your quick replay. I migh use a second attachment control screen with preview for deleting purposes. Cheers! Stavros
@@stavrosvogiatzis4016 please elaborate on the alternative approach for deletion. same case with me
Very helpful video! How do you Patch the attachment to Share Point? Is it a simple patch command with attachments as an argument? Or did you use the SubmitForm command?
Patch does not support attachments.
I used the SubmitForm command.
@@RezaDorrani Hello Reza, I used your guidelines on creating dynamic tabs and different screen with different form content, to the same sharepoint list. I added a collection of pictures but now run into this problem. I captures all my different form answers in the sharepoint list but it doesn't capture the attachments. Does this mean that I cannot use picture control and picture collections when using the different forms on different screens? Is there no workaround to use SubmitForm but somewhere grab all data from the different forms including attachments?
@@dominiquetheeuwen5417 You can use all of them together. Check ruclips.net/video/pI8saVXEDE4/видео.html
Thanks Reza, will be all eyes and eyes
Thanks George. Looking forward to the response.
Hello Reza. Thank you for all those wonderful videos. I would like to to know on the Inspection Photo Screen how do you relate to the parent form, When Take a picture my pictures does not link to the user that it supposed to be linked
The pictures are added as list item attachments. That’s how they are related to the main form. Its all part of the same list item.
If your pictures are not being linked, there must be an issue with the way you configured it.
I did a more recent video on this, the description of the video includes link to download sample App.
Check ruclips.net/video/pI8saVXEDE4/видео.html
@@RezaDorrani Wow. Thank you very much for answering me back. Yes I saw that video as well thank you very much. My app works as long as I Put the camera in in the main form page. But I will like to put the camera in a different page which I did, then my app does not work. also it when I refresh the page from my app, pic attachments get deleted I don't understand why??
@@alejandrolazo3766 I will have to look at your App in action to provide guidance. I will recommend posting your issue with screenshots on the forums at powerusers.microsoft.com
@@RezaDorrani Thank You very much, I just open an account in the Powerapps community, I am preparing to upload my screenshots. Just want to ask you the form to fill out the info and the form that has the camera are they into NewMode Or EditMode.??
@@alejandrolazo3766 Its been a year since I built this video. Form is in new mode when user is creating a new item and edit when user is editing.
Thank you for this video. Your video has a lot to it! My problem is that I can't use the formula for the image on the Browse screen. I think that what has happened is my browse screen is based on a collection and I think collections can't hold attachments. Am I close or am I way off base. I managed to take a photo and save it to attachments but I'm having trouble retrieving it! Any thoughts would be most welcome
Collections cannot hold attachments.
Great video Reza ! i have a question : i wanna replace the image in gallery by edit form, could you help me, please ?
I dont think I have tried that one before.I will recommend checking on the forums at powerusers.microsoft.com/ in case someone has done something similar.
Wouldn't it be better to name the images with the record name, date and iterate with a number so if you ever want to share it in an e-mail for example, they already have some context? Really want to build an inspection app but need traceability of images including dates taken to be clear and need to be able to generate a PDF report. Thanks for this example to help me with learning the potential.
You could name the images based on your scenario. I have a playlist on List Item Attachments in which I have videos showcasing how to name the images captured as well.
This is not a tutorial for newbies. Skipped alot and not really the typical tutorial order of sequence of events. But it will help those who are already very familiar with PowerApps. Still one of the better Power Apps Camera Control Tutorial around. Thanks Reza
Did I call out beginners anywhere in video?
Hi Reza another great video ... would you mind sharing the Power Apps source file so we can see how you did it?
Thank you very much!!!
I have an extended version of this coming in 2 weeks wherein I am adding signature and export to pdf.
I will plan to share the enhanced version of this App.
@@RezaDorrani can’t wait
Hi Reza.. It was very useful.. Still I had struck up at submit form. While I submit form after attaching the photos generated thru' camera control, it is showing an error '"Field Id is required" and I am not able to figure this out...requesting your advice on this
Check video description of my latest video ruclips.net/video/pI8saVXEDE4/видео.html
It has link to download sample app.
Brilliant, THANK YOU!!
You are most welcome!
Great Video, one stupid question but how did you do to have the gallery into your form to view the pictures?
I add a custom data card and inserted a gallery into it.
Hi Nice video - just wondering will it work the same way if adding photo to Dataverse
and can it store multiple images in one record like your Sharepoint example?
For Dataverse, you would need to create a 1:N relationship with a table that stores multiple images.
Something like the expense reporting App, wherein I store the multiple receipts (images).
Check - ruclips.net/video/1X8ihV_EGbE/видео.html
Life saver thank you!
Thanks for watching.
Reza, thanks for the video and others. They have been very helpful. I have setup the collection and rest as you described. I can show images in the gallery but when I download, it says "no file" also I do not see the attachments in the Sharepoint list when I submit the form. TIA
I would have to look at your scenario in action to provide any guidance.
I have made the app available for download github.com/rdorrani/PowerApps/blob/master/InspectionApp_20210518155834.zip
hello Soumitra, did you manage to overcome your issue?
I am struggling with the same hurdle.
Tomorrow I'm going to review Reza's downloaded app