Hello, I want to create a cloud flow which will be triggered when I upload new multiple excel files into my SharePoint. Then this cloud flow will trigger a desktop flow to create data table to keep all the info of my excel files. Then, I want each row in data table to be upload into a Dataverse one by one in that cloud flow. I would like to use this mentioned cloud flow to trigger another cloud flow by 'when row in Dataverse is added.'
I want to know if there could be other method to do this instead of putting all the data into a data table first to trigger 'when row in Dataverse is added.'
Also, can you show how to create these flows if possible.