Hi,
I have created two tables in Dataverse: Visitors and Visits. I've created an app with Power Apps from Visitors table so, by default, in that app there's a search box, a list of visitors that match the search and a form with selected visitor details with the option of modify, delete or create a new one.
What I need now is to create the feature of register a visit for the selected visitor. I've created a PenInput for the signature (which have to be saved at the Visits record) and a "Check-in" button to register the visit. I was trying to create a Power Automate Flow to create the new record for Visits table but I can't find the way to pass the needed variables to the flow (visitor id and signature). I'm using PowerAppsbutton.Run(Form1.LastSubmit, PenInput1.Image) at the onSelect of "Check-in" button but it says that Run() does not admit parameters
Any help on this please?
Thanks a lot!
Miguel Gisbert