Failed to load resource: the server responded with a status of 560

0
Hi all,  I am trying to retrieve list of objects to display in the calendar widget. The microflow’s only action is a retrieve as below.  This microflow is called whenever the calendar view is changed. The app does not display an error message, but the browser console is showing the below.
asked
1 answers
0

What steps did you take to find the problem?

 

This is obviously a modeling error. Set a breakpoint. Investigate the values of $PeopleWeSupport. It should be fairly obvious why such a retrieve goes wrong.

 

In my experience, you sometimes need to trigger an error twice before it shows up in the application log. You can replicate this by adding a button which triggers this microflow and just press it a few times. See what appears in the log.

answered