Display count value from nanoflow in native mobile page

1
Hello ,  Please to help me out on how to display a count function value integer from a nanoflow into a page in native mobile . The nanoflow is returning an integer (count function value ) : I need to display it on this page as it is the dashboard page of the user :   Thanks in Advance  !
asked
2 answers
3

Hi Ali,

You should add a textbox to your page. You should call count value as parameter in this textbox.
I'm attaching a similar image below that can help.I hope it works for you

Edit1 : It will be nanoflow instead of microflow 

 

 

Regards

Ridvan

answered
0

Hello Ali Dbouk,

 

Make sure you retrieve a list instead of an object and with the help of aggregate list activity you could able to count on the list.

 

Hope this helps

answered