Possibility to save/load persisted variables (Util.SaveVariable/LoadVariable) for use between executions
If you could (for example) use Util.CurrentQuery.SaveVariable('currentCustomerId', 10) to save a background-variable, so that I can use Util.CurrentQuery.LoadVariable<int>('currentCustomerId') in my query to continue where I left off.
Right now I have solved this by making my own functions in "My Extensions" to handle this.
1
vote
Chris Gårdenberg
shared this idea