Please see the following best practices for running Flows in the Axsy Mobile App:

  • Ensure the sync scope of the app includes all Records and Objects that are referenced in Flows. For more information on creating Record Sets, please see these articles: Record Sets
  • Take into consideration how the Axsy Mobile App handles Salesforce Formula Fields.
  • The Axsy Mobile App stores Salesforce IDs using their 18-character representation as this is considered Salesforce best practice (Field Types). As such, make sure any Salesforce Formula Fields used in Flows resolve to the 18-character Salesforce ID and not the 15-character representation (Convert a 15-character Id to an 18-character Id).
  • To ensure that the app retrieves the correct record for Get Record requests when only the first found record is retrieved, ensure that you manually filter the record results by a unique field, such as ID. Otherwise, there is no guarantee which record’s field values will be stored. For more information on how to manually store field values for records, please see this Salesforce article: Flow Element: Get Records