Best answer

Split values in transform and still comes up as one field

  • 30 August 2022
  • 2 replies
  • 57 views

Userlevel 1
Badge

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. 

icon

Best answer by jesse 30 August 2022, 21:44

View original

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

Userlevel 7
Badge +9

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!

Userlevel 1
Badge

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