Skip to main content
Nintex Community Menu Bar
Solved

Create a workflow for a specific list view

  • September 23, 2022
  • 1 reply
  • 42 views

Hi all, so, 

I have a workflow that I would like to search for values in a specific list, however rather than the whole list, I only want it to search a specific view. Is this possible at all? 

 

Regards, 

Proton

Best answer by Jake

Hi @professorproton 

 

Not directly as list views are not queryable API parameters. 

 

However, the list view will likely be using filters that can be queried in the same way as a workflow can. 

 

For example, if you list view is filtered to only show items created in the list 30 days and for customers based in Paris, then you can use those same filters when using a query action in the workflow.

 

Hope this helps,

Jake

1 reply

Jake
Forum|alt.badge.img+13
  • Scholar
  • Answer
  • September 26, 2022

Hi @professorproton 

 

Not directly as list views are not queryable API parameters. 

 

However, the list view will likely be using filters that can be queried in the same way as a workflow can. 

 

For example, if you list view is filtered to only show items created in the list 30 days and for customers based in Paris, then you can use those same filters when using a query action in the workflow.

 

Hope this helps,

Jake