Adding parenthesis to mathematical operations

Hello,
I am trying to implement a system for users to buy credits, and by purchasing credits their current credit amount in the data would increase.

Here is how I have it set currently in the workflow:
image

As of now it is multiplying by 85 at the end of operation after doing the adding. I want it to multiply (input_quantity quantity’s *85) then add it on top of the users current credits.

But when I try to insert parenthesis into this, it won’t function. Any ideas? Thanks

Hi there, @artistdata22… enable the experimental parentheses feature and give it a shot.

Best…
Mike

1 Like

First… turn on the Experimental Parenthesis feature in your app (on the versions tab of your app settings)…

Then, you can do exactly as you’re trying to do (i.e. Current User's Credit + (Input_Quantity's Quantity * 85)

1 Like

thank u friends got it working now.

good feature

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.