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?
Page 1 / 1
Rename Function with expression:`name.replace(/.+/g,'_')`
Summary:
Reply
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.