Resolved! How do I create and return a useable array of strings from an action in Flow Designer?
I'm working with a few different record types that have different "state" values that are all numbers instead of strings. As I loop through each returned record, I could simply look up sys_choice to get the string representation of the number, but th...