Hi all,
I’m trying to take a semicolon separated list and convert it to an array. In addition to the value I need to add a key/value of valueType to each array item. The valueType will be the same for every item in the array.
Anyone know how to add a static key/value to each array item. I feel like this should be able to be done through a formula.
background: I’m taking a Salesforce Multi-Picklist and uploading it to Google Firebase.
This is what I have so far, but doesn’t include the valueType
Here’s the error