Display the result of a nanoflow (boolean) in a page

0
I would like to display  the text TRUE or FALSE depending on the result (boolean) of a nanoflow.    I’m sure this is possible, but I do not see how to do that easily. The input widgets do not allow me to select a nanoflow as data source.    
asked
2 answers
1
  1. Create a non-persistable entity with a boolean attribute
  2. In your nanoflow, create an instance of this entity
  3. Return the object to the page by using a data view
  4. Put the widget of your choice in the data view and show the boolean attribute
answered
0

Thanks!

answered