cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Attaching saved signatures from a collection to a sharepoint list item.

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 

5 REPLIES 5

How are you submitting Form6? Is it using a SubmitForm or a Patgh function?

---
If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution.

Thanks!
Hardit Bhatia
The Power Addict
https://thepoweraddict.com
Anonymous
Not applicable

Hi,

I'm using SubmitForm to submit the form.
I've checked using many ways but Form6.LastSubmit.ID does not return any value.

v-yutliu-msft
Community Support
Community Support

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.

1223.PNG

 

 

Best regards,

Community Support Team _ Phoebe Liu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

I’ve found a way around to attach signatures as sharepoint attachments, I’ll be posting the solution tomorrow:)
Thanks
Anonymous
Not applicable

Appreciate you sharing your solution, this was a recent question.

Helpful resources

Announcements
Power Apps News & Annoucements carousel

Power Apps News & Announcements

Keep up to date with current events and community announcements in the Power Apps community.

Community Call Conversations

Introducing the Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Apps Community Blog Carousel

Power Apps Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Top Kudoed Authors
Users online (2,336)