Hi,
I am new at Power Automate flows and I am trying to export Power Apps data to PDF including Images. I am following the tutorial from Reza Dorrani, Power Apps Export to PDF - YouTube, the last part of the video "Export Power Apps data to PDF including Images" describing what I would like to achieve.
I built my flow "ExportPDFItem" in the exact same way than in the video, I just added a compose action with the UserEmail. After using the flow checker, I do not see any errors.
However, when coming back to Power Apps, I tried to configure the OnSelect of my "Export to PDF" button and get the following issue:
Invalid number of arguments: received 1, expected 5
The OnSelect button is currently:
ExportPDFItem.Run(User().Email);
Notify("Report successfully sent", Success)
Any idea on why I get this issue and how to fix it? Thanks a lot in advance for the help!
Attached, I added screenshots of my flow.