I wish to know if the following scenario is possible or not. I have an Excel table on SharePoint and a flow that enters data into the table. For now, I implemented it so the data from the Excel table is written into the second application in the order in which it came.
However, I am interested in whether the user can choose which row will be written into the application.
For example, there are ten rows in the table, the user wants to process the data from row 7 first, and a user clicks on the desired row after that the power automate desktop flow should receive information about which row it is.
I only have the launch new Chrome action, which opens the corresponding table in the browser. However, I can't figure out how to record which row the user clicked and then pass it to the flow in PAD. Note the data is dynamic and changes every day.
Is the Excel spreadsheet approach wrong or maybe there is a better way to do what I'm looking for?