500 error when retrieving external entities in microflow.

1
Hi all, I’m trying to utilize datahub to retrieve external data into my app. However, I’m facing this weird issue: I can load the external data on a page without any problems BUT when I try to receive the same external entity in a microflow, I get 500 internal server error.   Trace log when loading a page containing a datagrid connected to an external entity:   Trace log when retrieving all objects from said external entity in a microflow:   Does anyone have a clue what might be causing the difference in these responses?        
asked
1 answers
0

Since you’re getting a 500 response from the OData API, there will be something in the error log on the other end that can point you in the right direction. You can also look at the logged requests to see how the two requests are different. 

answered