Pass aggregated value to text

0
Hi, Basically I aggregated some values in grid and I would like to pass this aggregated value to a text. However I couldn’t find how to pass this value to a text field.    
asked
4 answers
0

You can change an attribute of an object and show that on a page. If you don't have an existing entity to use for that I would recommend making a non-persistable object to show on the page in question.

answered
0

Thanks for comment but I am not sure that I got it.

 

I created an object in microflow as below, however I can’t see the object in the attributes.

answered
0

I created new entity as below and now I am passing summed data to this new entity but I don’t see the value is changing. What point I am missing here?

 

 

answered
0

Hello Alper Özkan,

Go to a textbox on which you want to display the aggregate value then click on textbox property then go to the event tab where you can click select, on enter from there you call your microflow.

while running your project just click on particular text then your microflow is automatically called and the value appears on the textbox. Hope this will help.

Thank You.

answered