Skip to main content

We have a dynamic field name that goes like "Name1_dynamic1-dynamic2-dynamic3_name2"Is there a way to rename it as name1_name2 and remove the dynamic part of the field?

Rename Function with expression:`name.replace(/.+/g,'_')`


Summary:


Reply