The progress bar accepts math but only uses the last value.
Instead of using a+b, it simply uses b
Statusbar notification progress bar
Moderator: Martin
Statusbar notification progress bar
- Attachments
-
- flow_Error_in_progress_bar_20191112_005919.xml
- Demo flow
- (6.25 KiB) Downloaded 621 times
Re: Statusbar notification progress bar
Hi,
You should not put every variable in curly braces when used within curly braces. You are already in a scripting context in this case so just use {a + b}.
Regards,
Martin
You should not put every variable in curly braces when used within curly braces. You are already in a scripting context in this case so just use {a + b}.
Regards,
Martin
Re: Statusbar notification progress bar
Got it. That clears some other things up as well.
Thanks!
Thanks!