OData, Send External Object Problem From Native Applicaiton
1
Hello All, I have faced below challenge while developing a native app, I have 2 applications: 1- Application A: web application that contains eServices 2- Application B: Native application that should also have the same eservices built in application A eService data should exist in one database only, So I have published needed entities from application A using OData and consumed them in application B (the native app) then use ‘send’ activity to send the data to A the problem is: On the submit for the eservice from app B(the native app) I need to ‘send’ the external entity object to A, BUT I cannot use ‘send’ activity in nanoflow and from the microflow I cannot access the client data that was entered by end user. Synchronize activity doesnt work for external entities! Any Ideas?