Native Mobile Account System

0
I am trying to make a native mobile app, and I need help to understand how can I create an account system. I add a new entity connecting the system.account, and then I will need to use the [%CurrentUser%] in microflows, nanoflows, etc, to get the user that is using the app, and I can’t do it! In the nanoflow I can’t get the user at all, and when I call a microflow inside, I retrive de current user, I get an error of “persistable entities cant return nothing in a microflow”.
asked
1 answers
0

Hi Renato,

 

Given you are synchronizing only the Account of theçurrentuser to the device, you can do a database retrieve on Account with range ‘first’ in your nanoflow.

answered