Hi, I need to run Desktop flows that get tabular data from Dataverse and input into 3rd party legacy system. I guess one way its export data into Excel and then read from Excel and run from it. One issue also that I will need update status of each row back in Dataverse after input.
I was thinking also to use Cloud flow that can read data from Dataverse but cant pass data as Datatable into PDA flow. I can have few variables to use and pass them from Cloud flow into Desktop flow, but it will required run loop in Cloud flow and run Desktop flows one by one.
I am not sure for behavior of the Power desktop automate in that scenario. Especially in Unattended node. According documentation, to run desktop flow, it should be in logged out mode, then it will login into machine, run desktop flow then logout after run finished.
Are anyone has experience, for this case, if I need run same desktop flow few time using Cloud flow, do i need include full steps such as launch browser, login into 3rd party system again and run single data entry?