Global variables

(Andrew Catchpole) #1

Is there a method to create data variables that are accessible by all the bot users. Eg to collect answers and make available all user totals to the users.

(SOLVED) About global attributes, iteration or string operations
(Karen Barker) #2

Hi Andrew,

Attributes can be stored on either the users response path or a global response path that could then be accessible across all bot users.

To reference this you’ll then need to do a GetAttributes action with the response path set to whatever value you used in the set action. :thumbsup: