05-01-2025, 01:05 PM
(05-01-2025, 12:40 AM)al3x Wrote:(05-01-2025, 12:01 AM)admin Wrote: Get what you mean and I'll give feedback to my development team.
I would prefer something like dynamic variables that can be used whenever needed.
Examples:
%time% = current time
%date% = current date
%exitcode% = ok|error
%errorcode% = error code, if error occured
%errormsg% = error message, if error occured
%runtime% = runtime in seconds
%size% = backup size in kbyte
... and a lot of other maybe useful variables.
Then you can implement a small link that opens a popup to show all the available variables to choose from.
When needed, you can then use any/none of the given variables in the parameters.
So if your application needs an error code, just give it a go with myapplication.exe code=%exitcode% or something similar.
Another advanced idea could be the implementation of webhooks or the possibility to specify a direct URL that gets executed. This could also support variables then.
Thank you for your suggestion, this feature will be implemented in a future release.