Hello,
We are trying to build a flow, for when a New Message is posted AND when a Reply to a message is added, with a specific keyword, (lets say that the keyword is FLOW) to get message and reply details, and write them on a SharePoint List.
For the moment the Flow is working fine, but, it cannot retrieve message/reply content which is crucial.
Any thoughts?
Below is the working Flow body and the available actions, without the ability of retrieving message contents.
Solved! Go to Solution.
Hello @dB4 ,
I'd expect that the message content will be output from the 'Get message details' action. Try to move the 'Create item' into the same loop as the 'Get message details' action, it might then appear among the available dynamic contents.
Hello @dB4 ,
I'd expect that the message content will be output from the 'Get message details' action. Try to move the 'Create item' into the same loop as the 'Get message details' action, it might then appear among the available dynamic contents.