The Axsy Mobile App's Flow Engine supports a custom Element for checking whether a Flow has been triggered from the Axsy Mobile App, or on the web.
This Element can be added to a Flow as with any other Flow Element, and will return a boolean value.
Figure 1 - Adding the 'Axsy Mobile Check' Element in Flow
Example
When configuring Flows to be run on the Axsy Mobile App, users may want to ensure that the latest records are synced to the Axsy Mobile app. However, when running the Flow on the web, records do not need to be synced. In Figure 2, the Axsy Mobile Check element is combined with a decision element to check if the Flow is run from the Axsy Mobile app, and will only trigger a Sync if this is the case.
This ensures data consistency across all platforms.
Figure 2 - Example of 'Axsy Mobile Check' in Flow