Add Type to array field

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
image

Here’s the error

Welcome to the Make community!

See this post How to create a key-value object/collection, and add to an associative array containing key-value pairs - #5 by samliew

2 Likes