Hi Power Automators !
My flow performs an initial loop to explore the rows of an Excel table that meet a certain condition. When this condition is met, my flow needs to check if a content from the Excel row matches the title of one of the planner tasks. It then performs a second loop inside the first one to check this condition. If this condition is met, the flow updates the task data with data from the Excel. Otherwise, it creates a new task in the planner. However, in my case, when I define the second condition (checking if a content from the row is equal to the task title), an error message appears indicating that the reference to the row content is null. When I add a "compose" action before and during the second loop, I understand that the reference to the Excel table doesn't work in the second loop. How can I fix this problem ?