Hello,
I am looking to trim the last digits of "ID" column, Can anyone assist on this
Hi @Saravanan13
There are many ways to achieve this output.
In the formula tool, use the below
Left(tostring([ID]),5)
Note: Assumption made that the ID column length is 7
Agreed with @ShankerV there are many ways. I've attached a workflow that is slightly more dynamic, i.e will work if the column length is not 7. Let me know how you get on