Form Trigger - If both Basic and Advanced configured, which is used?

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?

The documentation on the Basic/Advanced configuration does not make mention of how this is handled. I have reviewed the Form Submitted Trigger Documentation here: https://documentation.sailpoint.com/saas/help/workflows/workflow-triggers.html#form-submitted

@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.

Is there any way to have that confirmed by engineering and then have the documentation updated to make note of that?

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.

Thanks for confirming Colin. We must have missed that when we were looking before.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.