Hello,
I am trying to use the below workflow to parse a .txt file and capture an account balance. The balance sometimes appears in different pieces of the parsed data, so I am looking to dynamically select the balance column that contains the balance and remove the ones that contain zero. All fields are currently VString data types. Can someone please help me with this?
Solved! Go to Solution.
Hello @mattpeltcfa ,
If you don't want to explicitly reference a field name. you can do this.
Just an idea. I hope it helps.
I agree with @echuong1 , field types should be consistent.