Skip to main content
Best answer

Split values in transform and still comes up as one field


Forum|alt.badge.img

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. 

Best answer by jesse

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!

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

jesse
Forum|alt.badge.img+9
  • Architect
  • 1348 replies
  • Answer
  • August 30, 2022

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!


Forum|alt.badge.img
  • Author
  • Beginner
  • 17 replies
  • August 31, 2022

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