Hi all,
I'm trying to build a automation for users to sign a responsibility document for IT equipment.
So far, I have 2 working flows:
The first one get answers from a form, fill a word template, converts it to a pdf, uploads it to adobe sign, send it to the user to sign, creates an entry on a sharepoint list with the form answers. This list has also a column that I wish to control if the document is signed or not and, if signed the link to the document in sharepoint.
The second flow is trigged when a document is signed on adobe sign (any document) it gets the signed document and save it to a sharepoint folder.
What I'm trying to do now is for the second flow to update the status on the list entry created by the first flow.
is that possible?