How to use REST Service in Native Mobile?

2
Hi, I would like to use a REST service in a Native Mobile App. A REST Service can be called in a Microflow, but Microflows are not available in Native Mobile. There are only Nanoflows. Has anybody find out how to solve this? Thanks! Kind regards, Theo
asked
1 answers
0

Hi Theo, it also depends on the use case. Native mobile has an offline approach so you could make this data available offline or if that's not possible, then you can add an event handler that call the required REST service. This event handler is placed on the offline object that is used for synchronization.

answered