Need a suggestion for the form #1206
Unanswered
shaikhashraf709
asked this question in
Help
Replies: 2 comments 5 replies
|
Hey @shaikhashraf709 If I am understanding you right, you can use 1 data source for a form across multiple screens. Let me know if this is what you were looking for. |
1 reply
|
By the way i tried this. It'll not work. it simply creates 3 new rows. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey,
i have broken down a a large form into multiple tables and created a separate screens for each my table schema is simple i just need a 1:1 relationship between all my tables but it should have happened automatically like a field called "application id" in main table should act as a primary key and foreign key for all the other tables.
and you can understand i cannot keep a field in all my screens for user to put application id this should be inserted automatically in all the tables so that all the rows in all the tables will be related using "application id"
All reactions