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:
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