Hello,
I am still struggling to get this Flow figured out. I am closer, though. To recap, this flow needs to do the following:
- In list 1, when there is a change, flow checks for a YES on the "delete?" column.
- Flow then gets items from list 2, deletes them, then deletes the item in list 1.
I am running into an issue when it gets to the second bullet point. I am getting the following error:
WorkflowOperationParametersRuntimeMissingValue. The 'inputs.parameters' of workflow operation 'Delete_item' 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: 'id'
I am unsure of what this means or how to fix it. Does anyone have any advice? Attaching pics of current Flow for reference.

