Is there a custom package that logs all task variables (user-defined and system) and their corresponding stored value for the purpose of logging and debugging?
I am picturing an action that logs all of the task variables into a csv that can be accessed after run time.
In v11, we could simply attach all the variables to an error email so the bot developers could quickly see the values of the variables and asses what went wrong with the bot.
In A360, no such function exists in the email command (which is very disappointing).