Forum Discussion
alchemiz
3 years agoContributor III
Hi Rashmi,
Here’s an updated poc pipeline where I did some object manipulation to set col attributes id and translatable
For setting up an attribute in an object key name should start with ‘@’ then set the node value to ‘$’
I use regex to determine if col value is translatable or not e.g. value.match(/[a-z]/gi)
canvas 15_2022_12_03.slp (7.2 KB)
Thanks,
EmEm