Output string value in text widget

0
I have a microflow that returns the string value from $currentUser/Name. How can I output this string value to view on a page? 
asked
1 answers
1

Hi Karl, you cannot do that directly.

First, create a non persistent StringHelper with a String attribute.

Then create a microflow with this object as returnvalue.

Place a dataview on your page and show this value.

 

answered