Sep 19, 2024 12:30 PM
Hi guys,
I currently need a way to convert a single/multiselect into a string that I can push through Make into a dynamic template on Sendgrid.
I am bodging it with a SWITCH formula
"SWITCH({brand}, "Brand1", "Brand1, etc,etc
First it feels messy and I bet there is a easier way, and it falls flat when you turn on the option for a user in an interface to add their own input.
I would rather keep it in Airtable, so someone in an interface could select a single select option and then edit the output if desired.
Make.com
I have tried to do this through Make, but I am getting some strange results with it picking it up the single select, able to convert it to a string and even output it on an email, but this only works for the value that was selected during the construction of the make. As soon as it in changed it doesn't work (no errors, just doesn't show up in the dynamic field).
This has stumped me! Any advice would be great
Sep 19, 2024 07:41 PM
May I know what issues you faced with creating a formula field with the field name and then using that formula field's output in Make?
Sep 19, 2024 11:20 PM
Seems I was completely over complicating my side of things, that works great, so thank you for that! Is there anyway to keep it keep it in Airtable, so if someone in an interface chose a single select they would see it appear in an editable text box,
1. Choose "This will cost X"
2. Edit to say "This will cost $5"
Thank you for all your help!
Sep 20, 2024 10:33 PM
Hmm, I'd have a formula field set to display the text I want and a single line text field for the user to edit. I'd then have an automation trigger when the select field is updated and its action would be to paste the text from the formula field into the text field?