Can a workflow modify the fields of a filter ?
I have a filter in Global View, that searches for keywords in description and Full name
I would like to have a workflow that calls that global view but substitues in new keywords that the user would enter in a popup from the workflow
and then I also need to know how tot run an 'Export' from the global view, so I can grab hte results in a file
anyone have any idea how to do that ?
thanks,
Sptehen Lindsey
Stephen Lindsey
Posted 2 years ago · Edited 1 year ago·Last reply 2 years ago
1 comment
georgecheung
·2 years ago · EditedThe Global View (or any asset table view for that matter) uses the output module.
If you wanted - you could create a generic tableViewConfig from the original global view, change it to have placeholders, and in the workflow, modify the generic tableViewConfig so that the placeholders are replaced with the values entered in by the user.
The output module can export to json, excel, csv, and xml.
Output Module: https://developer.collibra.com/api/rest/output-module