Hello Everyone,
I have an application in which I have to record payments which are sent to the customers,
So, I have a Form control and a Camera control, I want to save both of the information into a SharePoint Document library, because of the Picture control ( it can be saved in document library. ). I have a flow for the Camera control to save the taken picture into the document library, but I am having some problems
1) I am unable to save both the form details and its related camera picture with the same ID into Sharepoint.
2) The Camera isn't displaying in full screen to capture the picture.
Image Captured on Right
Any help?
Solved! Go to Solution.
Well @v-jefferni ,
I fixed that flow issue of Date Column by using this:
Text(DataCardValue4.SelectedDate,"[$-en-US]yyyy-mm-dd")
and as I said, I will create those two lists and construct a structure of my workflow, I have done that and now I have to do some testing. So, I will ask your help if I need Thanks
Hi @MH3 ,
Would you like to use camera control to capture pictures and save them to SP library with properties in the Form?
If so, for your first question, you could add an action of "update file properties", for detailed steps you could refer to this Shane Young's video:
https://www.youtube.com/watch?v=ovLIwnj6QjU
For your second question, do you mean you would like to see the full screen camera so that user could capture pictures better?
If so, I would recommend you to use a Navigate on the take picture button which would lead users to a full-screen camera control page, then set the Camera control OnSelect with Navigate to return to the Form page with captured picture.
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Thanks @v-jefferni for your answer,
But I want to use (Add Picture Control) control now, and I am having some issues in saving my form details along with its associated picture in Sharepoint.
I have used the Update File Properties action, but I want to send the information of the form and give it to the flow and save it back to SharePoint.
1) I want to save the form details and the picture taken by the (Add Picture Control) in app and save it to Sharepoint.
Note: I am not using Camera Control now.
I am having issues in flow,
it says need a DataUrl, but I am getting something in create file: File Content (dataUriToBinary(triggerBody()['Createfile_FileContent']))
Error : 'dataUriToBinary' expects its parameter to be formatted as a valid data URI. The provided value 'appres://blobmanager/554e9cac962242d9bf9c46a27c53bf55/2' was not formatted correctly.
Any Help
Hi @MH3 ,
As per you mentioned to leverage an AddPicture control, here is another video from ShaneYoung:
https://www.youtube.com/watch?v=3QaiM8SeWfM
To resolve your problem of Flow, in short words, you'll need to convert that added picture to base64 format with JSON function first, then edit it to base64 only.
Below is my demo of setting a variable which is that Base64 picture when using AddPicture control:
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Hello @v-jefferni ,
I have used the Camera Control Approach by using a different screen for the camera and return back with the image and I have successfully inserted the Data into SP List.
But, I am unable to show the Image in Gallery and the gallery is not updating in real time after creating a record, I have to refresh the datasource by using the refresh button again and again.
What's wrong I am doing here? and how should I update the details of the form when I edit the Gallery.Selected Record? related with that ID?
Any Help? @RandyHayes
Hi @MH3 ,
To display the image in Gallery, you'll need to set the Image property of that image to ThisItem.Thumnail.Large/Medium/Small
Then talking about the refresh of SP library, I'm afraid there is no way to improve the performance because uploading takes time.
For the last question, if you would like to update properties but not edit that image, you could use a SubmitForm function to achieve that, and in my opinion, that uploaded invoice would be non-editable at all, right?
Totally considered about your scenario, if you really want users could edit those invoice images, I think the best way to achieve your need is using SP list with attachments, and you could upload invoice image as an attachment and display in an inserted Image control in the Form, with the formula of First(List.Attachments). The Attachments control would make the image edit quite easily. You could still upload the image in Attachment control to library as a backup, using a Flow:
https://www.youtube.com/watch?v=UYK7yruBHDM
Please have a try, or if have any problem please let us know.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Hello Sir,
Yes your Code worked for the Gallery to show the image.
But I am confused in a problem would you help?
Hello Sir, @v-jefferni
Yes, it worked I am able to show the Image in the Gallery.
Scenario 1:
Account's Department will Take the Picture of the Invoice (which is sent to the Customer) and input the details in the form and Submit it (a Flow will run which will save the information in the SP Document Library along with the Picture. )
Scenario 2:
When the Account's Department gets the payment from the customer, they will record the Deposit Slip Image ,Deposit Slip No, Cheque Date and Bank Account Number against that Invoice record.
Scenario 1 is working fine. But the pictures are showing Upside down, although the camera is hold still in correct position.
for Scenario 2, I am stuck because I will have to run the flow again with the Deposit Image and deposit information, it will then create a new record, but I want to create that against that invoice. (if you still have confusion ask me again.)
Any Help?
Hi @MH3 ,
Comprehensive consideration based on your description, I would recommend you to work with SP list. Since there would be at least 2 images which taken from invoices and deposit slips, you may create 2 lists, one for submitting invoices along with image details as new records, the other for storing orders that have completed with deposit slips.
Below are the steps:
1\ Create 2 lists, "Invoices" with columns of invoice image details, "Payment record" with columns of deposit slip image details And a LookUp column which looks up to the corresponding invoice list, both lists would be set to show Attachments field.
2\ In "Invoice" list, use Attachments control to take picture, save the image and send email to customer by that flow.
3\ In "Payment record", also use Attachments control to save deposit slip images. Since there is a LookUp column you could see a combo box in the form, users could select a invoice record in it. You could apply specific column in the invoice list such as "Customer/Company Name" or "Project" so that Account department could easily find the invoice record.
Not sure if this suits for your scenario, but hope it helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Thanks for your solution @v-jefferni ,
I have two lists for Invoices and another list for Deposit and its related images, I am actually doing a workaround here is that, I have two options in my application:
1) Invoices
2) Deposits
User, will go first to the invoice button and record a invoice of the customer and its related picture with the Flow and this information will save in SP List "Invoices"
Secondly, if the accounts department gets a payment (cheque against that invoice), it will go to the Deposit Button
and it will see a Gallery of the Invoices which were made before in that List of "Invoices".
and then the user will click in one of the invoices for which a payment is received, and it will take the user to the Deposit Create screen to record Deposit information and it's related picture and save it into another list "Deposits"
The Invoice No, CustomerName and Branch fields are set to view and rest of the information will be inputted along with the picture and another Flow will run and everything will be saved in another List of "Deposits".
is this approach okay for my problem? Please Advice
Dear Community Members, We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd. During this period, members will not be able to Kudo, Comment, or Reply to any posts. On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities. What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!
We are excited to announce the Summer of Solutions Challenge! This challenge is kicking off on Monday, June 17th and will run for (4) weeks. The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions in the Forums to as many questions as you can. Answers can be provided in all the communities. Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”) - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024 Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods. You must enter into each weekly Entry Period separately. How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different. Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers. At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing. Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner. A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random. Individuals will be contacted before the announcement with the opportunity to claim or deny the prize. Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners. Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event. ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE** Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersNumber of SolutionsSuper UsersNumber of Solutions @anandm08 23 @WarrenBelz 31 @DBO_DV 10 @Amik 19 AmínAA 6 @mmbr1606 12 @rzuber 4 @happyume 7 @Giraldoj 3@ANB 6 (tie) @SpongYe 6 (tie) Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersSolutionsSuper UsersSolutions @anandm08 10@WarrenBelz 25 @DBO_DV 6@mmbr1606 14 @AmínAA 4 @Amik 12 @royg 3 @ANB 10 @AllanDeCastro 2 @SunilPashikanti 5 @Michaelfp 2 @FLMike 5 @eduardo_izzo 2 Meekou 2 @rzuber 2 @Velegandla 2 @PowerPlatform-P 2 @Micaiah 2 Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Apps anandm0861WarrenBelz86DBO_DV25Amik66Michaelfp13mmbr160647Giraldoj13FLMike31AmínAA13SpongYe27 Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Apps DBO-DV21WarranBelz26Giraldoj7mmbr160618Muzammmil_0695067Amik14samfawzi_acml6FLMike12tzuber6ANB8 SunilPashikanti8
On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners. The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights. Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.
We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for. We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer. Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together. Here's to new beginnings and endless possibilities! If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport. To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages