Hello guys,
I've a doubt :
I'd like to make an app autoconfiguration option, based on user preferences.
In Backend, I created a table, with all informations I need. So, I used the CRUD function to generate the basic APIs for this table. Its all working fine.
In the console app, I created a picker view and set the keys to access the table. In the PickerDone action, I was able to save the chosen id. its working fine.
But I can't save the other data received by the API. The data saved refers to the first record in the table, not the record that was chosen by the user in Picker View.
My question:
Do I need to create a call to another API, passing the chosen id in Picker View, and then save the data received from this other API?
Or is there a configuration option that allows me to save the data for the id chosen in pickerview?
Many thanks to all the configurators!