Hi,
Do I need to do something different for a workflow that creates a new thing on Page load when it is a mobile version?
This is what is happening in my case:
- I have a mobile version of a web app.
- Have a workflow to “create things on page load” for the mobile version.
- Oddly though the workflow works when the page is loaded on desktop(debug version) but not on mobile (release version).
Does the workflow “create things on page load” have to be created on the original webapp also?
Deepak
EDIT: I FOUND THE SOLUTION.