You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the user, session and temp are hidden variables, that require know-how to be used.
The preview should include user, temp, session with explanations. I realize getting the list of all possible values would be difficult due to actions / hooks updating the object dynamically, but having them in the main list would help with understanding the application.
Something like this could be used for the preview :
User : parent object containing cross-session variables
Session : parent object for session variables
Temp : parent object for flow-specific variables
The text was updated successfully, but these errors were encountered:
This is not a bug it's a feature request.
Thank you for filing this .
laurentlp
changed the title
[BUG] User, session and temp variables not shown in
[FEATURE] User, session and temp variables not shown in preview
Feb 3, 2022
Right now, the user, session and temp are hidden variables, that require know-how to be used.
The preview should include user, temp, session with explanations. I realize getting the list of all possible values would be difficult due to actions / hooks updating the object dynamically, but having them in the main list would help with understanding the application.
Something like this could be used for the preview :
User : parent object containing cross-session variables
Session : parent object for session variables
Temp : parent object for flow-specific variables
The text was updated successfully, but these errors were encountered: