Actions
Feature proposal #9504
openImplement key based data storage
Description
Currently data is stored with incrementing index id. This can be unreliable though if the index changes. Review adding support for named key based data storage.
For example the loginlogout auto action would set the user as "loginuser".
Updated by krileon about 1 month ago
- Target version changed from 9.3.0 to 10.0.0
Maybe substitutions array can just be extended with specific data? Like the user id at the very least.
Actions