Transformations in NERM

Hello!

I would like to know if anyone has performed transformations in NERM, that is, if I capture information through a form, this information can be transformed, for example, to upper or lower case before being saved in the profile.
Is it possible to do this?

If the form is part of workflow, then you could potentially use the value builder to do something like that.

I just tested it and it worked. So, create a value builder ,add the attribute which you want to transform (the options are limited to what are available OOTB), chose conversion as UPPER or lower, save it.

Then in your workflow, use the set variable step and add the attribute for which you created the value builder like this:

1 Like

thanks for the answer!!