Hello,
Unsure if this is more of a Powerapps question or flow question, so figured I'd start here.
I have a Powerapp that is linked to a sharepoint list. The powerapp has the following screens:
1. Gallery View, shows most recent sharepoint list items
2. Edit View, shows blank form with ability to edit and "submit form" to create new list item shown in gallery
3. Display View, shows non-editable form fields.
On the display screen, I have inserted a custom card into the "view" form with a peninput and button. On select of the button I am successfully able to save the signature to a Sharepoint document library via flow. The problem I am having is I then I want to automatically attached the created file to the list item I am viewing within the display form when I click the button.
I am struggling to implement this into my flow after the signature file is created. I think the issue is I do not know how to direct flow/Powerapps to select the item I have in the view screen when I click the button to attach to. I need to be able to direct flow to select the already existing item in the sharepoint list to add a signature to, rather than just creating a fresh new item. Is there a flow/powerapps function that would let me do this?
(also generally unsure if it's best to add the signature as an attachment, or find a way to link to the signature in the document library).