Skip to content
New issue

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

conditional statement issue #102

Open
HansFilip96 opened this issue Feb 3, 2023 · 1 comment
Open

conditional statement issue #102

HansFilip96 opened this issue Feb 3, 2023 · 1 comment

Comments

@HansFilip96
Copy link

Actual Behaviour

email not beeing sent, no complaining from code editor that i made a misstake.

Expected Behaviour
i want to check what value my ReminderCount has but cant figure it out and i get no errors. took the inspiration from your page "Conditional check with equals": LINK
trying to do something like this.
{{#equals ReminderCount 1 1}}
input some text
{{else}}{{#equals ReminderCount 2 2}}
input some text
{{else}}{{#equals ReminderCount 3 3}}
input some text
{{else}}{{#equals ReminderCount 4 4}}
jinput some text
{{else}}{{#equals ReminderCount 5 5}}
input some text
{{/equals}}{{/equals}}{{/equals}}{{/equals}}{{/equals}}

Steps to reproduce it

Add steps to reproduce bugs or add information on the place where the feature should be implemented. Add links to a sample deployment or code.

LogCat for the issue

Provide logs for the crash here

Screenshots of the issue

Where-ever possible attach a screenshot of the issue.

Would you like to work on the issue?

Please let us know if you can work on it or the issue should be assigned to someone else.

@shefintk
Copy link

shefintk commented Apr 6, 2023

Actual Behaviour

email not beeing sent, no complaining from code editor that i made a misstake.

Expected Behaviour i want to check what value my ReminderCount has but cant figure it out and i get no errors. took the inspiration from your page "Conditional check with equals": LINK trying to do something like this. {{#equals ReminderCount 1 1}} input some text {{else}}{{#equals ReminderCount 2 2}} input some text {{else}}{{#equals ReminderCount 3 3}} input some text {{else}}{{#equals ReminderCount 4 4}} jinput some text {{else}}{{#equals ReminderCount 5 5}} input some text {{/equals}}{{/equals}}{{/equals}}{{/equals}}{{/equals}}

Steps to reproduce it

Add steps to reproduce bugs or add information on the place where the feature should be implemented. Add links to a sample deployment or code.

LogCat for the issue

Provide logs for the crash here

Screenshots of the issue

Where-ever possible attach a screenshot of the issue.

Would you like to work on the issue?

Please let us know if you can work on it or the issue should be assigned to someone else.

@HansFilip96 You can print the value of the ReminderCount variable before your if conditions
eg: ReminderCount is {{ReminderCount}}
{{#equals ReminderCount 11}}
input some text
{{/equals}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants