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
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
@RonRattray Are you passing in the unique identifier for the row you're trying to update?
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional