We have a workflow we’re trying to work out. Users fill out a form that drops them on a list. On this list are two hidden fields, one for the page tile from whence they came, and the URL of the same.
Is it possible to create a workflow that separates out those users into different lists based on the URL or the page title field of the mother list?
@msdarnell doing this during a WF would require nested IF branches…
That sounds like a lot of thinking and work and testing.
Could you not create an active list of contacts that have the hidden field set one way or another? That sounds simpler… at least to me.
According to testing and documentation, there’s no way to integrate active lists into workflows, right?
How do you want to integrate them? I can use an Active List as a WF trigger. If a contact gets added to an Active list a WF can be triggered.
But an Active List cannot be added to by a WF. The field(s) that trigger a contact to be added to a WF could be manipulated by a WF in order to add the contact.