Hi Guys,
These things I tried: To link my screen to get data
1: I made my button to list but still my Profile screen data is not linked to Nominee form here.
2: I created relationship between them,but still no use.
3: I linked data from Continue button to Nominee scree using Push but still it is not working.
4: Currently I am able to call data using Otherscreen→component name, but if i am login to 2nd page again then the data is not showing.
5: I tried to go through most of the videos and old forms but still the issue is continuing.
What I am expecting :
To get the profile data like name,adderess or age to get shown in my Nominee Screen
**HI bhaveshsood !
**
Looks like you are trying to send the info via inputs fields.
To be able to send it, you must UPDATE DDBB when you press Continue.
To UPDATE DDBB you must put as many actions in your Continue button as inputs fields you are trying to fill and i show you an example.
Hi Jare,
Thanks for your reply. According to your method it is possible, data will be saved in your database lets say it is stored in different database not in users then,how are you going to call it.
Big thanks to @Dilon for quickly helping out earlier for providing solution and providing the step by step solution to my query.
Solution to the above query:-
For now I shifted the profile database to the user database.You can check here the data like names/address or text fields if it can be stored in User database that is best as it in all the screens.