Hello,
I had reached out about an issue where Validation Rules and Workflow Rules don’t fire on the mobile app. I was informed that it is because the mobile app uses API and several of our Workflow Rules check for NOT(IsTriggeredBy(‘API’)) to allow for our integrations to make API calls on the web page. We need to have the ability to separate out the IsTriggeredBy(‘API’) function to differentiate between the mobile app and the web app to prevent users from taking unwanted actions in the mobile app.