Expression variable Access

What are all the variable type we can access inside expression. Like Object ,Array, String. And can we create our own methods?

Update Data action - Genesys Cloud Resource Center has a list of the different variable types. Note that some are available in only certain flow types.

You cannot create methods, you can only use the existing actions & expressions. You can use tasks to do repeated logic in a flow. If you want to shared some logic between different flows, use a common module.

1 Like

Thank you for your reply and its helps me a lot