Hello,
I’m looking for an efficient way to calculate an expression in a workflow saving a data thing.
The value I want to save is the output of a calculation bubble can’t do so Math.js is required:
Y=X1*(X2/X3)
The Steps are:
- API Call → 2. Create new data thing [TABLE 1] → 3. Change data thing [Table 2 - need Y from above] → 4. Create a data thing [Table 3 - need Y gain]
X1 - Get from the API, saved in Table 1
X2 - Data in Table 2
X3 - Data in Table 2
Any suggestions how to do it?
Thank you all