issue in loop activity
I follow the below steps to create ExampleNew App
1. I create the main form and repeatable subform in it.
2. I map the main form with the data model So it saves the record in the main table.
2. I map the main form with the data model So it saves the record in the main table.
3. Then I use "Query Record" activity to get the last inserted ID and store it in process data variable.
4. Then I initiate a loop for subform and use insert record activity to save the record in table.
My loop is working correctly. But it always takes values from the first form.
For example
My subform has a textbox labeled as "OnetoOne" I repeat it for three time and put value ie "aaaaa", "bbbbb" and "ccccc"
So It inserts one record in main table correctly.
For example
My subform has a textbox labeled as "OnetoOne" I repeat it for three time and put value ie "aaaaa", "bbbbb" and "ccccc"
So It inserts one record in main table correctly.
and three records in the child table but with the wrong value. All three value entry has "aaaaa" in child table.
サインインしてコメントを残してください。




コメント
4件のコメント