Hello,
I have a simple flow that will post a message to Teams when a new file is added to a particular folder. The flow works in that the message is appropriately triggered, but the message posted is not rendering dynamic content as the expected values. Instead of seeing the name of the file in the created message, I'm seeing "@{triggerBody()?['DisplayName']}". It appears that the flow isn't pulling the expected dynamic value from the file item, although the item is being created. If this were an issue of there being no file reference, I'd expect that the flow would return an error, or else an empty string. The fact I'm seeing the dynamic content refence being explicitly displaying instead of seeing the relevant value makes me think that I may be missing something in the configuration, but I can't determine what that might be. If anyone has any ideas about this and how to correct it, I'd really appreciate the help.
Regards,
Dave