How to set "complex" custome states?

Hello,

In order to automate the creation of a slug thing, I’d like to build it with FirstName&LastName:lowercase. I’m doing that way because I’d like the user sees its slugs “live auto-build”.

I trigger the Set state workflow popup with my input’s value is changed. That’s ok.

But for VALUE, I can’t manage to add anything other than “InputFirstName’s value:lowercase”.

I need something like “InputFirstName’s value:lowercase & InputLastName’s value:lowercase”.

Would it be possible ?

Thanks a lot,

Michel

That’s ok !

I created 2 Custom States, and put them together into the Slug’s input’s “Initial content” control.

Great ! :slight_smile:

Michel