Hi, Somehow I can’t get the $count functionality to work for the Odata connector. According to the mendix documentation (https://docs.mendix.com/refguide/odata-query-options) the query just needs to be /odata/myservice/myresource/$count. But I don’t know which microflow action to use and how to set it up. I am able to set it up using the $inlinecount=allpages and resultinfo but for that to count all objects I need to retrieve all objects which seems unnecessary. I would be very grateful for any tips or suggestions. Thanks, Jonas
asked
jonas dupal
1 answers
1
You cound use a call REST microflow action to do a GET request to /odata/myservice/myresource/$count