I have a little swipe plugin I am building to run in repeating groups. It is working fine in terms of detecting the swipe on the correct cell. However, the event seems to fire twice, thus running the workflow twice.
I am running everything from the update function since I have some element fields (properties) I need to retrieve.
Any ideas why this may be happening? Seems like I have heard of this elsewhere but can’t seem to find the remedy or solution.