What do you think would be the best way to update a table in DataVerse from the result set of a SQL server stored procedure? I have made a power automate to get a JSON file where I probably could create a csv to save into a share and then have a scheduled dataflow from DataVerse run? Or is there a good way to take the Result set and update / create the rows in the Dataverse table?
I have been manually running the procedure, copying the results out to a csv, then having the dataflow run and do its thing. I just want to fully automate this process.
Thanks for the suggestions