Hallo,
I want to patch a item with attachments from PowerApps to sharepoint list.
I don't use a form because the user has diffrent ways to add information(They have the option to use dropdown or enter it as text).
Depending on what is selected or filled in, the appropriate if branch is entered and the appropriate patch is executed.
Therefore I did not use forms.
Now I have extracted an attachment field from a form and used it to show the taken images(The images are added through a collection) , which i want to patch together with the other information as an item in the sharepointlist.
My question is now, how can I add this images as an attachment? I know you can use a flow, because it seems that adding attachments directly without forms is not possible , but i don't know how best to implement it in my patch.
Thanks