So, in my organization we have a planner with assigned tasks, I have an automation that when ever a task is created it will make a new row on a dataverse table, I want to run a secondary automate that every few hours will scrub the planner and update the rows on dataverse based on the current status of the tasks.
My issue is that the update row function for dataverse requires the GUID of the row, is there a way to have it look up that information based on the task ID (that is also unique) or how would I go about having to update each row with the new information?
