Group,
Thank you for looking at my error. Context: I am trying to develop a Flow where when someone submits a Microsoft Form a row gets updated in Excel. The goal is to take this submit count, subtract this from the number of responses I need, and post that result into a SharePoint site or some visualization platform. With this, individuals who are taking the survey can see how many responses I still need before I can close the survey. For example, if I have 20 submission but I need 60, I can create a visualization saying I need 40 more submissions before the survey closes.
However, I am having a heck of a time trying to get the Update row flow to work.
I've looked at numerous forum posts and tried numerous tactics over the past three hours. Below are the two flows where I've received some limited success.
The first flow takes the Form response, Gets response details, Lists rows in table, and then Updates row. I then get an error I posted below the flow.
Second flow is a simplified version where I remove the Get response details. Yet this still fails.
What am I doing wrong? And thank you for all your assistance!