When passing a event variable to a widget - is there any way to prevent it from deduplicating. For example, I have
event_names = "[Event.headline]".split(',')
event_descriptions = "[Event.description]".split(',')
event_product_name = "[Event.product_name]".split(',')
However, since product name is a duplicate... I end up with less values in the list and their index doesn't correlate to the other lists.
Bug?
When passing a event variable to a widget - is there any way to prevent it from deduplicating?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
