Hi @TeeSee1
Thank you for this excellent solution and the article that explains it very clearly.
I have a problem, I hope you can point me in the right direction.
When I do my âControl Tableâ form for the first time, it works fine in splitting the Enum List into individual rows of data in the âTarget Tableâ. However, when I go to edit the entry and add another 2 new values to the Enum List field, The 2 new records are not added to the Target table. It doesnât matter how many new entries I add, the last value in the list gets repeated in the Target table.
For Example:
1st-time form submission:
Control Table, Enum List column: Lisa Boss, Anna Clement, Tom, Joyce
Target Table, Enum column: Lisa Boss
Anna Clement (next row)
Tom Joyce (next row)
1st Edit form submission:
Control Table, Enum List column: Adam Boss, Lisa Boss, Anna Clement, Brad Clement, Tom, Joyce - (2 new names added on edit)
Target Table, Enum column: Lisa Boss
Anna Clement (next row)
Tom Joyce (next row)
Tom Joyce (next row) - (Since Tom Joyce was last on the Enum list)
2nd Edit form submission:
Control Table, Enum List column: Adam Boss, Lisa Boss, Anna Clement, Brad Clement, Tom, Joyce, Johnny Zeek, Joanne Zeek - (2 new names added on 2 nd edit)
Target Table, Enum column: Lisa Boss
Anna Clement (next row)
Tom Joyce (next row)
Tom Joyce (next row)
Joanne Zeek (next row) - (Since Tom Joyce was last on the Enum list)
Hope my explanation makes sense.
It works on the first entry but it doesnât work when you edit the first entry.
Please help.
0 Likes