Action Configuration Variables
Hydra supports using system variables on the action configuration screen. This guide lists the available system variables. As an example, Move Box Document to a Shared Folder action could use the system variable — %%time_stamp_ms%% to provide the new folder's name. In this case the folder will be named with the millisecond timestamp value.
%%time_stamp%% |
provides the number of seconds from the epoch |
%%time_stamp_ms%% |
provides the number of milliseconds from the epoch. |
%%date%% |
provides date in the format of day of month, year (e.g. 06 of March, 2020) |
%%time%% |
provides time in the format of HH:MM (e.g. 23:04) |
%%random_string%% |
Provides a random string |
%%random_number%% |
Provides a random number between 1 and one hundred trillion |