How to update a page element value using App Connect Flow?

Hi,

I’m a long time coder, but new to Wappler. So far I love it but I’ve hit an issue I need some guidance as to the best way to resolve it in Wappler.

I’m using the Date Range Picker for users to select from to filter database queries. Selecting the dates can get tedious for users so I want to provide a dropdown list of preset date ranges to select from eg Today, Last 7 Days, This Week, Last Month, This Year, etc. I started to use App Connect Flow to build the conditions based on the value of the preset dropdown selection and then apply the relevant calculation to the current date to get the appropriate start and end dates from the range. However, I expected to be able to set the Date Range Picker start and end values from a step in the flow but I couldn’t see how to select the Date Range Picker element in the flow.

So, how can I set an element’s value from a step in the App Connect Flow?