Microflow/listview error parameter and arguments

1
Hi all,   Currently, I am working on a project where I need to retrieve an object with its date fits the current month.  I made a microflow and a page with a list view to show the retrieved object.   Unfortunately, I now have an error CE1574 that I don't really understand.   Hopefully someone can direct me in the right direction.  
asked
2 answers
1

Hi julian,
You can delete the Toolbox Parameter since it is a DataSource Microflow  which retrieves all Toolbox Objects for Current Month.  In your use Case Parameter is not necessary.
 

answered
2

Hi Julian,

Looking at the screenshots, the data source microflow has a parameter Toolbox which is not available for the microflow. You could try to pass the document as parameter instead and retrieve toolbox via association which can be used in your microflow as required.

Regards,

Radhika

answered