
Announcements
Hi
I'm still new to Power Automate and idk if this is the right way to do this, but I want to use dynamic content as a JSON value. This is within an 'apply to each' where I want the JSON value to change for each item from a SP List. I've tested this already, and the SP List items that are just text work fine. The problem is values from choice columns, which don't just return the text of the choice. How do I limit this to just the text of the choice?
Thanks in advance!
Figured this out on my own. Power Automate gives 2 different kinds of dynamic content items for this. One is just the item name, and the other is the item name plus "Value". You have to use the Value one in order for it to work. But it's very cool that dynamic content can be used in JSON!