Hello.
Another person who is (relatively) new to flows with a need for guidance.
I have a flow that is triggered by a form submission. The flow takes the form responses and adds them to a sharepoint list. It also creates a new subdirectory in my sharepoint site, and creates a copy of an excel file in that new subdirectory. Both the subdirectory and excel file are named with a field value from the MS Form, so they are dynamic. This all works fine.
What's not working is the "update a row" action that comes next - it doesn't like variable based file names and paths. I've read some other threads about using SPLIT expression and I've tried it, but I still get save error:
Flow save failed with code 'WorkflowOperationParametersExtraParameter' and message 'The API operation does not contain a definition for parameter 'undefined'.'.
Any help/guidance would be appreciated. Thanks.