I have a form with a multi-select drop-down field and a single-select drop-down field. I have an automation rule to trigger off form creation then get the values from those fields.
The values I get back are only the IDs though, and not the text. I've tried .text and .value, but those only return blank values. How can I get the text values for what the user selected?