We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In certain cases, instead of paying all coin holders, you want the option to only pay who have been active recently.
After all 3 Steps have been provided, create a Switch control with a Yes/No option (Defaulted to No)
The label of the Switch control will be "Return only Active Users"
If switched to Yes, first display a label "Since", then a Number field, and finally a label "days ago"
The Number field must include a numeric value not less than 0
e.g. Since 10 days ago
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
In certain cases, instead of paying all coin holders, you want the option to only pay who have been active recently.
Tasks
After all 3 Steps have been provided, create a Switch control with a Yes/No option (Defaulted to No)
The label of the Switch control will be "Return only Active Users"
If switched to Yes, first display a label "Since", then a Number field, and finally a label "days ago"
The Number field must include a numeric value not less than 0
e.g. Since 10 days ago
The text was updated successfully, but these errors were encountered: