Forum Discussion
JessicaAdkins
6 years agoQrew Cadet
I have a great example, I'm not sure if this is something that Mark is specifically talking about -- but I have a Zapier webhook from a multi-choice field in a Gravity Form to deposit into a multi-line text field in QB.
The multi-choice field is set up for states, and so when it's deposited into my multi-line text field in QB it looks like this: "California, Hawaii, Minnesota, Washington"
I want to set up something that will separate those into their own text fields once I check a box, or once the entry is added, or something. The ultimate goal I have with this project is to be able to create a child entry for each of those "lines"
------------------------------
Jessica Adkins
------------------------------
The multi-choice field is set up for states, and so when it's deposited into my multi-line text field in QB it looks like this: "California, Hawaii, Minnesota, Washington"
I want to set up something that will separate those into their own text fields once I check a box, or once the entry is added, or something. The ultimate goal I have with this project is to be able to create a child entry for each of those "lines"
------------------------------
Jessica Adkins
------------------------------
TabathaGarrett
5 years agoQrew Member
This is very similar to an issue that I am having. I need to separate multiple pieces of data from a multi-text field so that I can add a value to each piece of data. Do you know anyway to accomplish this?
------------------------------
Tabatha Garrett
------------------------------
------------------------------
Tabatha Garrett
------------------------------
- MarkShnier__You5 years ago
Qrew Legend
If you convert your multi select field to a text field lie this
ToText([my multi select field])
then if will be like curley ; larry ; moe
ie separated with a space semicolon space.
so then you can make a new field for the 1st part (form the left)
Trim(Part(ToText([my multi select field]),1,";"))
Then the 2nd part would be
Trim(Part(ToText([my multi select field]),1,";"))
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------