Hi @WhoTookMyName
The data output shown in the screenshot is structured as an array.
When you go to map a variable that has an array value, it will look like a comma separated listed.
OPTIONS
- Formatter > Utilities > Pick From List
- Pass in the array variable, then specify which array item you want output
- Formatter > Utilities > Line Items to Text
- Flatten the array into a string
- Then use Formatter > Text > Split
- Specify the output format as separate variables
- Alternatively use a Code step to output variables with values
- Probably want to delimit the array values with a | to make splitting in the code logic cleaner
- AI by Zapier
- Prompt AI to output specific values that you designate as a variable