
Hi all
Im setting up a Document Generator based on a Sharepoint Library, the User can select via a PowerApp some or all of the document he wants to have inside of the generated Document.
The Array of Selected Documents is passed as a String and then with Parse JSON appended to an array of the selected files.
handover from powerapps (selected documents)
Since i intend to use Encodians "Merge Word Documents", i need to have in the end an array of documents with each selected files properties and content from Sharepoint. (Merge Word Documents – Encodian Customer Help).
now to the problem:
i want to compare the array "selectedFileNamewithExtension" to the Sharepoint Library and if a document is selected by the user, meaning it is contained in the array "selectedFileNamewithExtension", to append this documents properties and content to the array "ArrayforDocGen".
This is the flow at the moment:
part1 of flow
part2 of flow
part3 of flow