[Tip] Starting a scenario with a Set Multiple Variables step

Hey guys, here’s an idea for scenarios that have lots of modules and change over time, but ones that you don’t use every day (e.g. we have one for new staffmember setup)

I find that using the set multiple variables, you can save yourself a lot of headaches down the road.

1 Like

You can use a data store instead and save operations and enable all sorts of flexibility.

1 Like

@alex.newpath I can see how you could make things dynamic across multiple scenarios and more flexible if needed, but can you show how you would use Data Store to save operations in this case?

You can store complex data structures like arrays in data store and it’s easier to manage them in the Ui. You can of course create complex array variables in one operation but maintaining is harder. In the end though strictly speaking you won’t save operations.