Hi!
You can format event parameter using script, like this:
1. use %[formatted_p4] instead of %4
2. Create script named formatted_p4 in library like this:
return format($event->parameters[4], 1, 2);
Best regards,
Victor
You can format event parameter using script, like this:
1. use %[formatted_p4] instead of %4
2. Create script named formatted_p4 in library like this:
return format($event->parameters[4], 1, 2);
Best regards,
Victor