How to multiply value by -1 while creating a new thing

Hi! This problem is ridiculous
How to multiply the value by -1 while creating a new thing.

When I’m saving the data I’m telling the workflow to get the digital input value but in my database, I need to save it as negative.
I can use * operator to the filed I write, but I can’t input *(-1) to my field value

How to do that? or how to solve it?

Are you trying to add with () ? around -1? If yes, you don’t need that. Just do *-1

imageit doesn’t allow me to do that

You need to select the * using “more” and not enter it manually

oh, I did it - just don’t need to type value manually from keyboard - just to choose is from the actions list provided by Bubble
thank you

1 Like

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