REST Endpoint call works on Preview, but not in Android App
Summary
REST Endpoint call works on Preview, but is causing an issue within the actual Android appContent
I have a REST call to a business object within my application that should trigger an email alert on update. Everything works perfectly fine on the preview page. However, it seems to be causing some sort of error within the app. When I attempt to hit the button that should make the REST call, nothing happens, and the next step in the action chain, navigating to the next page, does not execute either. Taking out the REST call and it will at least navigate, so fairly certain it's the REST call that is causing the issue.
0