Extract Text from Email fields, Picklist fields and More with the ExtractTextFromNonTextField Action
In one week I got these two requests from different flow users:
- Need to get the value from an Email field and turn it into text to pass into the new Send HTML Email action, which expects email addresses as strings.
- Need to get the value of a picklist field in a specified record.
These are both solved by this simple action. Just pass it a recordId and the name of the field you want to target and it should be able to return the value of that field as a string. Tested so far only on picklists and email fields, though.
