Hello,
I have the following issue.
I created an app which aims to enable a user to stamp a report (OK or NOT).
Hence I have tow buttons for this purpose.
In addition to this, the user must specifiy to which date the report is referring. Therefore, I added a dropdown list with the calendar days.
The idea is to go through Flow and create an action SendEmail that will be called in PowerApps (through eacg butoon OK or NOT)
In Flow, I used the command "Ask in PowerApps" and create "SenEmail_Subject" that I added in the title of the mail.
Aftewards, I linked this Flow to my button in PowerApps and use the command Oneselect = OKreport.run(Dropdownlist.selected.value) because I would like that the subject of the title received by the recipient list is "Report @ reference date", where reference date = date chosen in dropdown list by the user.
Doing so, I get an error message "invalid number of arguments" and when clicking on the button none action is performed.
Could someone help me to debug this situation ?
Thanks a lot.