Hi,
My flow was working normally then today it show this error. I haven't made any change, and it seems like this "Get message detail" function got change internally?
--
WorkflowOperationParametersRuntimeMissingValue
The 'inputs.parameters' of workflow operation 'Get_message_details_1' 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: 'messageId'​
--
I can't make a new flow to replicate this either, like this function has been reworked.
Can someone help me to see the problem ?
Yes it worked now.
I'll mark the above as solution so other people can look at.
Thank you.
So, is it working now?
Hi Sudeep,
It cannot get the MessageID directly from the trigger anymore, so I had put a Compose(MessageID) to make it work again now. Also it auto put into a "For each" loop to get the messageID.
Can you show the Get Message Details action in design mode?