In reviewing some forms, I noticed that they were configured with both a Basic and Advanced details on the form JSON. When I opened the workflow’s Form Submitted trigger in the UI Editor, I can see that both Basic and Advanced are configured.
My questions are:
Should you be able to configure both Basic and Advanced for the Form Submitted Trigger?
If you can configure both, what is the order they are processed, or which one takes precedence during evaluation?
@njackson did some tests in his environment and he noted that the advanced filter consistently takes priority. I think the workflow just saves both the advanced and basic filters in the JSON, but if advanced is configured it will use that instead of the basic.
Ok, so the official answer is that advanced filters take precedence over basic. If you want to use the basic filter, just make sure that there is nothing in the advanced filter text box. This is already documented.