Masoom
(Ayan Ansari)
March 20, 2021, 9:41am
1
Hey Koders, I have Created a Dynamic list is a Arrangement and it working fine. The Problem is when i’m trying to create in another arrangment
So I Copied all then I have changed every id also variable name but it showing Duplicate ID:- ID Must be unique for all components.
See My Blocks:-
first one in working fine Second is not working.
But Second Not Working :-
In jobs procedure you use dynamiccomponen1
And in jobs2 you used dynamiccomponen1 too. This error id must be uniq…
You must use different dynamiccomponen (example : dynamiccomponen2) for job2.
1 Like
Share what you have tried
Saezy
(Farhad Stanekzay)
March 22, 2021, 2:14am
5
Check the ID’s being used you are using the same one more than once. Use do it in live companion
Masoom
(Ayan Ansari)
March 25, 2021, 7:13am
6
i have checked every block but still its not working. btw i’m Using View Pager. is that can be the reason for that? @Saezy @sugarlesscreator
Saezy
(Farhad Stanekzay)
March 25, 2021, 11:33am
7
Are you executing both of the procedures? First jobs then jobs2? If so what are the starting values for id and idr
Copy paste will give such error. Suppose if you do so, rename all the main components
Try to change DynamicComponents1 to DynamicComponents2 I also face this error but i solved it by changing DynamicComponents1 to DynamicComponents2.
Copy paste will give such error. Suppose if you do so, rename all the main components
As i said earlier, you did copy paste. Most of time it will become headache. Always try to use fresh blocks
Saezy
(Farhad Stanekzay)
March 28, 2021, 11:05am
13
Could variable id and variable idr have the same values? and cause the ids to be duplicate. Try joining idr with some text
Masoom
(Ayan Ansari)
March 28, 2021, 11:34am
15
not working. I’m using view flipper is it could be the reason? @Saezy
Boban
(Boban Stojmenovic)
March 28, 2021, 11:45am
16
You know, you would have gotten help much faster if you posted your aia…
Masoom
(Ayan Ansari)
March 28, 2021, 11:53am
17
check aia file Job (1).aia (219.0 KB)
i have changed something
Boban
(Boban Stojmenovic)
March 28, 2021, 12:32pm
18
You were executing procedures multiple times
dora_paz
(Dora)
March 28, 2021, 12:33pm
19
Try this and see if it’s working
Job_2.aia (228.3 KB)