I have two filter options. One is date wise filter(today, this week, this month, custom date range) and other is clicking on a text display the content related to the text in repeating group.
My requirement: When user select an option from the date wise filter and then select the text, based on both filters content should display in repeating group. Is that possible?
for eg: When a user select an option “This week” from date wise filter(Note: At this time result should not be displayed. result should display only after selecting the text from the next filter.) Then select a text “Technology news”. So the result displayed in repeating group should be Technology related news of this week.
How can i implement this logic in bubble? Please help me.