I am trying to update a DataVerse table but am getting an error which I don't understand -
"WorkflowOperationParametersRuntimeMissingValue. The 'inputs.parameters' of workflow operation 'Update_a_row' of type 'OpenApiConnection' is not valid. Error details: The resolved string values for the following parameters are invalid, they may not be null or empty: 'recordId'" - the parameter recordId not a column and does not exist in the table.
the main part of the flow is below
any help would be gratefully appreciated
Ron
@RonRattray Are you passing in the unique identifier for the row you're trying to update?
Yes I think so ... I should have explained better -
1. List Rows tblInvoices gets the record I want to update using a key field and I use the oData from this to try to update a the Row
2. the Compose is simply a check to ensure I only get 1 record returned which appears to be the case
3. the Update a Row is where I use the oData to get the actual record I need to update the fields.
hope that explains it better
Ron
User | Count |
---|---|
6 | |
6 | |
5 | |
3 | |
2 |
User | Count |
---|---|
11 | |
9 | |
7 | |
7 | |
4 |