I have a Dropdown that shows some options through which I am filtering a RepeatingGroup. I want to show count in front of each of the Dropdown options just to show the user how many entries exist in the database regarding each of the filter options?
I am using an option set to populate the Dropdown itself so can’t populate the count value dynamically there.
Is there any way to achieve this or not? Thanks in advance for any help