I need to reference the individual items from a TextSplit formatter step, but I can only reference the combined output in a single field. See attached screenshots. Any help is appreciated.
How to reference individual items from a TextSplit formatter step
Best answer by pranayshinde
In your Formatter step, when setting up the Split Text action, make sure you choose the “Segment Index” option set to “All (as Separate Fields)”. This should output each segment into its own field so that you can map them individually.
Sometimes the output from a TextSplit step is treated as a line-item array that later gets merged when mapped into a field. A common workaround is to add an extra Formatter step:
- First, use Formatter > Utilities > Line Item to Text to convert the array into a single comma-separated string.
- Then add a Formatter > Text > Split Text step on that result using your desired delimiter and again choose “All (as Separate Fields)”.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.