Can I pass a Layout object as a parameter to a microflow?
0
Hi Community! I'm hoping to make a reusable microflow which creates and downloads a PDF summary of different forms being filled in. To do this, I need to use the 'Generate document' action, which takes a Template as a param. Is there a way that I can pass this to the microflow per app? At the moment, I can't see a way to do this as the param list type only has Object/String/Bool etc as possible values for what is being passed.
asked
Milz Dechnik
1 answers
0
Hi Milz,
You can go through the documentation below, this may help you cmplete your implementation,