Composer documentation
  • Quick Start
  • SAP Help Portal
  • Changelog
  • Bugs & Feature requests
  • Glossary
Contents x
  • Home
  • Quick start
  • Platform
  • App logic
  • Formula functions
  • Build / Distribute
  • BTP
  • Best practices
  • Reference
  • Example apps
Powered byDocument360

utility
5 Articles  in this category

Share this

  • Share
  • Dark
    Light
Contents

utility

5 Articles in this category
  • Share
  • Dark
    Light

Debounce

Implements basic debounce, meaning this node will trigger its output only after Time to wait milliseconds have passed since the last input event received by the node. For example, if you attached this flow function to the On change event of an...
Updated on : 18 May 2022

Debug log

Logs a message to the AppGyver Debugger. If running the app on the browser, also logs the message into the web browsers console. Input arguments Output arguments Number of outputs: undefined No output arguments. Events No events. ...
Updated on : 18 May 2022

Delay

Waits for the given time until continuing logic flow execution. Input arguments Output arguments Number of outputs: 1 No output arguments. Events No events. Errors No errors.
Updated on : 18 May 2022

If condition

Evaluates the given condition. If it is truthy, the first output is triggered. If not (falsy), the second output is triggered. Input arguments Usage IF(condition, trueValue, falseValue) Logical Operators Output arguments Number...
Updated on : 20 Jun 2022

Throttle

Implements throttle, meaning this node will trigger its output immediately upon receiving an event, and then at most every Throttle interval milliseconds. Any extra events received inbetween will be discarded. See also the Debounce flow functi...
Updated on : 18 May 2022

Cookie consent

By using this site, you consent to the use of only necessary cookies to enhance your site experience and improve our services.