Error from Companion Expected a unique ID.....the ID is unique!

I am creating dynamic components. I have a counter, and each component has a unique name composed of joining a unique ID++counter. It throws an error on the ID. I don't know why.

the dyn_dev_count did not change in the for each loop, so you will have a repeat id with last loop.

If you want to avoid this uniqueID issue, you can use this extension:
compcreator

1 Like