Custom native widget creation calling nanoflow having date as parameter

0
I want to call nanoflow from typescript code and pass date as parameter. Also I have another nanoflow which accepts guid as parameter. How to pass this parameters to nanoflow while calling using client apis
asked
1 answers
1

To my knowledge it is always based on objects, both with the Pluggable Widgets API as well as the Client API. So create a non persistent entity with one datetime attribute and use that as input for the nanoflow call.

answered