The term ‘input’ generally refers to a component on the page that the user interacts with to control a value - but how that value behaves, what it shows initially and what happens to it after its changed is a complex matter.
Custom Inputs
Input components control a type of local variable which you can use in various ways - display, send them in forms or apply them to queries as dynamic filters.
add an input component.
apply the input variable as needed.
Loading…
Quick Inputs
You can also create inputs for forms and filters using the quick component options.
choose a quick input
define the behaviour (filter, edit or add)
configure it depending on the behaviour.
Loading…
Date Range Inputs
Sending Data / Forms
In order to use date range input in Submit Form or Send Data action, you have to add it as standalone input. Inside the Submit Form or Send Data action
add fields you want the start and end date to be applied to (Hidden Values for Submit Form, Values for Send Data), next you want to assign values to those fields. In order to do that you will need to select {Date Range Component Name} (start) and {Date Range Component Name} (end) variables from Inputs section in Local Variables.
Filtering using Date Range
In order to filter a query using date range input you will need to first add the input. Inside the input in the Events tab you would need to add a Reload a Query action under the On Change trigger and select the query you want to filter.
Edit the query and add filters to it, similar to the Submit Form action, you would choose Start and End Date fields and apply the date range input start and end variables.
You should choose Show records where all rules are true.