Hi All,
It's been 3 days and I'm stuck on this problem.
I need the user to submit a new form and be able to add signatures from the PenInput as attachments to the submitted form on SharePoint.
I am adding the pen inputs to a collection and then converting it to a JSON file with binary values, after that I am creating a flow to add the attachments to the sharepoint list.
The problem here is, when i'm calling the flow in powerapps, and I try to use Form6.LastSubmit.ID to pass the ID of the last submitted form, it does nothing.
If I hard code it, say put 20 as the ID , then the flow works fine and adds the attachments to the item with ID 20.
PLEASE HELPPPP!!!
P.S: in the flow, i've tried both scenarios i.e for ID, asking powerapps for the value and adding a step to pass a number to create an object then use that passed value to get an item from sharepoint and using that in ID.
Thanks in advance 🙂 @mdevaney @v-siky-msft @PowerAddict
Hi,
I'm using SubmitForm to submit the form.
I've checked using many ways but Form6.LastSubmit.ID does not return any value.
Hi @Anonymous ,
Do you want to update sharepoint Attachments by using saved signatures?
I'm afraid it's not supported currently in powerapps.
You could only use Attachments control to update sharepoint Attachments.
And using Attachments control, you could only choose pictures in local.
As an alternative way, I suggest you add a hyderlink column in your sharepoint list and then update saved signatures to hyderlink column.
You could use this formula to update:
Patch(...,....,{hyderlinke column:Text(PenInput1.Image)})
If you want to display the signature in your sharepoint form, you could insert a image control in your hyderlink datacard.
Set the Image's Image:
Text(PenInput1.Image)
Then the image control will display the signature.
Best regards,
Appreciate you sharing your solution, this was a recent question.
User | Count |
---|---|
124 | |
87 | |
86 | |
75 | |
69 |
User | Count |
---|---|
214 | |
181 | |
140 | |
96 | |
83 |