Searching & Sorting through a list returned from a microflow not being stored in database?
0
Hey all, I currently have a import_REST microflow that retrieves an entity and a list of attributes from a GET call. I don’t want this data to be stored in the DB so I made it non-persistable and returned it from the import_REST microflow as a list variable. I can use this list as a data source in my list view and get an output of all the entries just fine, but i can no longer search and filter through them like i could when using the database data source. Anybody have any idea on how to get around this? Thank you in advanced!!!