To store user context data, you can either set a value in the Environment.CallableFlow.UserContext environment variable, or create and populate child folders below it in the message tree. For example, you can use the following command to specify context data to be stored the environment:
SET Environment.CallableFlow.UserContext = 'myData';
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit