Statusbar notification progress bar

Post your questions and help other users.

Moderator: Martin

Post Reply
User avatar
jassing
Posts: 94
Joined: 16 Jul 2017 01:42
Location: SF Bay Area

Statusbar notification progress bar

Post by jassing » 12 Nov 2019 09:23

The progress bar accepts math but only uses the last value.

Image

Instead of using a+b, it simply uses b
Attachments
flow_Error_in_progress_bar_20191112_005919.xml
Demo flow
(6.25 KiB) Downloaded 619 times

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Statusbar notification progress bar

Post by Martin » 12 Nov 2019 20:07

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

User avatar
jassing
Posts: 94
Joined: 16 Jul 2017 01:42
Location: SF Bay Area

Re: Statusbar notification progress bar

Post by jassing » 24 Nov 2019 03:27

Got it. That clears some other things up as well.

Thanks!

Post Reply