I tried to import .yxdb as .csv (no delimiter) to see configuration of a tool containing Expression Editor.
Can we Identify if a Formula tool 1.Update new values to the current column or 2. Create new column?
Thanks
Solved! Go to Solution.
Hi @hungdm,
I'm assuming you meant importing a .yxmd (workflow) as a .csv? If that's true then...
Firstly i've created a simple workflow with three fields:
In this workflow there are three formulas, first formula is updating an existing field and the other two are creating new fields.
The main workflow reads in our first example workflow as a non delimited .csv and parses the XML for formula expressions, comparing it against fields that existed in the original data set. the [Cost Price] field is the only one that existed originally, the other two are new.
If this solves your issue please mark the answer as correct, if not let me know! I've attached my workflow for you to download if needed.
Kind regards,
Jonathan
It's wonderful.
Thank you very much, Johnathan! 🤗
Hi @Jonathan-Sherman ,
Per latest testing, it seems to me that your workflow does not recognize the Update Current Column Pattern 😞
could you kindly fix this bug?