Solved

Create a workflow for a specific list view

  • 23 September 2022
  • 1 reply
  • 27 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

icon

Best answer by Jake 26 September 2022, 12:10

View original

1 reply

Userlevel 5
Badge +13

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

Reply