Hi Community,
Can someone explain how I can fix this error?
Both the Country & route columns are coming into the W/F as V_String
Example the route for a delivery in France would be FR-140, the Country Code would be FR so I'm saying if Route is populated pull the first 2 digits FR if empty ( no delivery created) pull the country code
Can someone explain the fix here please.
TIA,
Karl.
Solved! Go to Solution.
Please note the two things I've indicated in your screenshot:
If you are certain that [Country] is supposed to exist prior to this Formula Tool, you have to check the earlier parts of your workflow because it's being dropped along the way.
Yeap - as @Peachyco pointed out, your Country field does not exist yet, so if you put it in the same formula to make it exist, you're circular referencing. To avoid this, you can make the Country field first, then make a new field in the following + space referencing [Country] as it is made.
Thanks guys, yes I found in my select tool earlier in the W/F the country field was unchecked so not coming into that part of the WF / Formula.
I have fixed the issue - Thanks all for your help here as always....
Cheers,
Karl.