so i am looking to have my submission of my form button do the following steps
upon the completion of the editform1_2 user will use submission button
button should submit entry and trigger power automate flow ppmentryflow.run
which requires information to be passed back to automate flow .
so per the syntax it should be something like
ppmentryflow.Run(DataCardValue9, DataCardValue10, DataCardValue11, DataCardValue12, DataCardValue13, DataCardValue16, DataCardValue17, DataCardValue18 ,DataCardValue74 ,DataCardValue73 ,DataCardValue15 ,DataCardValue14)
however its faulting because its expecting a text value instead, also once that has completed how do i have it reset the fields for new entry to start over.
please help