I created a separate flow copying this one to test static paths and files and can confirm the update works using static methods. This included a compose to confirm the correct value is being pulled from the SharePoint list and passed to Update Row. I am also able to confirm the dynamic file and table is being accessed correctly.
Allow me to give more background on what it is I'm trying to do and that may help with this one.
I will be storing customer intake data in a SharePoint list. In certain scenarios, I need to send back a prepared template XLSX containing two tables: table 1) contains basic customer info taken from the Sharepoint list; call it a 'header' table, and table 2) headers only to be filled out by the customer.
My existing flow creates the Sharepoint list item, copies atemplate XLSX to a newly created customer folder stored on SharePoint. From here, it locates and accesses the newly copied filed before inserting basic customer info in the 'header' table, sourced from the Sharepoint list item created in an earlier step. The final step will be to take the prepared customer template and email it back to the customer.
Shifting gears a bit from the original 415 status code....
Due to this being a dynamic spreadsheet that could potentially be updated at the same time by two submissions, I am choosing to first copy the template to the customer file before updating it. In doing this, the filepath and table are both dynamically filled into the Update Row and/or Add Row to Table steps. In either scenario, however, I keep getting stuck at actually passing the data to be saved in the table.
I suspect the best approach to do this will be via an HTTP request via Sharepoint since the existing connector does not appear to support what I am trying to do. Unfortunately I new to using HTTP requests and are not yet sure how to get that to work. As far as I've come to understand from online reading and videos, I need to use Patch, point to the file in the URI, then send the data in the body. Would you agree with this approach and be able to offer some guidance on how this could be accomplished?
