How can I pass a retrieved object and a created object to a second micoflow java action?

0
Hello!   Please I have two microflows, I want to pass to the java action in the second microflow: the template that I created in the first microflow and the ExcelFileDocument that I created in the first microflow, how can I do that ? which parameters should I have in the second microflow and which activities?   Here us the first microflow :   Here is the second microflow :   
asked
2 answers
1

Screenshot (26).pngHi Maryam,

If you want to pass only objects to another microflow via a page:

- Microflow A  > pass all required objects to Page (add on the target page Properties/Data/Parameters > add objects),

- Microflow B > add the available parameters 

- Pass the parameters to java action.

answered
0

Here is the second microflow:

 

image.png

answered