Skip to main content

I have a string of text separated with commas and I’m trying to break it out into three different fields. I always want to use the first result when broken out. When I use the Split feature, it is still showing up as one output in the next step. 

Hey @erusso happy to help here! When you test that step, what is the output being returned? I also want to make sure this isn’t a similar issue you ran into a few months ago when the text your were trying to split was an array, in which case, this would be the prerequisite you’d need to implement: 

Let us know - eager to help you get this sorted out!


Hi @jesse - thank you for your help! That did the trick :)