Uploaded File Count

0
I uploaded the some files in my app. How I could get count of uploaded files at UI,means I upload one file it will show at notification like 1.
asked
2 answers
0

Hi Krishnaveni,

 

I hope files you are storing in some Persistable Entity only, Simply Retrieve your File Document Entity List and check Aggregated count and Display, If you are referring not overall files count individual upload how many files count means, before commit you have file document list I believe check the count from the list and display in UI. 

 

I hope it helps!

 

Thanks & Regards,

Manikandan K

answered
0

Hi Manikandan,

Thank you .

 

Yes I used Persistable entity. I wrote microflow for count the file document list. But in which page  we call that microflow, I didn't no that atually.

 

answered