Dashboard
DMflow.chat dashboard integrates forms, aligns permissions, and enables easy data management, boosting efficiency and analysis capabilities.
Example Formula:
IF(!{{bool}}, 'go', 'stop') // If bool=false, go; otherwise, stopABS({{value}}) //Absolute e.g. ABS(-9) output 9MAX({{price1}}, {{price2}}, {{price3}}) // Find the maximum value (at least two numbers)
MIN({{price1}}, {{price2}}, {{price3}}) // Find the minimum value (at least two numbers)
SUM({{price1}}, {{price2}}, {{price3}}) // Sum of values (at least two numbers)
AVERAGE({{price1}}, {{price2}}, {{price3}}) // Average of values (at least two numbers)Last updated