Hello friends,
I’m creating a PowerApps App that allows a user to take a picture document (invoice \ receipt), manually enter in data via text 1 dropdown list and 7 text input fields
The goal (in short) is to click a button, on submit, Send the picture and the data as metadata to a SharePoint document.
I have a PA flow created called Ver4. It seems to work fine
I have created a formula that appears to have no errors
Ver4.Run(FileNameInput .Text & ".jpg",TakenPic,DocTypeDropDown, VendorNameInput,VendorNumberInput,AccountNumberInput,NotesInput,FileNameInput)
But I still receive an error on my button – Invalid argument type, expecting a text value instead
Little over my head here, any help is greatly appreciated.
Thanks
Blu

Report
All responses (
Answers (