Hi,
How do you test if an item in a form already exist?
right now,
What I did is to put try and catch statement on a dynamic form item?
When it errors out, that's the time the item is added to the form.
Thanks,