I am working on my first NXT adaptive card and I am noticing when adding dynamic content the designer is automatically adding an “apply to each" step. I am guessing because this content returns multiple values from an array or table.
What is the best way to handle this situation, so I only return the value(s) I want in my json payload?
ie How could I pull the note summary for only one note type, or how could I only pull and display a subset of “consent options”
Thanks ahead of time for all the help.