Dynamic Value Equations

I’m wondering if one of you coding wizards wouldn’t mind posting all of the useful equations. Perhaps there could even be a how to post on this?

This is what I know so far:

== Equals
!== does not equal
|| Or

I know that these are pretty basic coding concepts but for non coders it is kind of required to know these when using dynamic variables and attributes. I know that some of the tutorials have these hidden here and there but not all in one place.

Thanks!

Hi Logan,
Please check the following article:
https://www.w3schools.com/js/js_comparisons.asp

W3schools is a great learning resource, where you can learn the basics of web development :slight_smile:

2 Likes

Hi @Logan,

While I personally do not know what each operation symbol means, you can see a list of them by doing the following:

In the App Structure panel, add a dynamic attribute > inner text, then click on the lightning bolt.

In the new pop-up, click on the magic wand.

Right click on the dynamic field name and choose operation.

Click on the plus sign and then in the properties box, change the plus sign to the operator that you would like to use.

From the list of operators listed, if you are not sure what it does, I would recommend googling it.

Or do as @Teodor suggested :slight_smile: Looks like we posted at the same time.

3 Likes

Thank you both! That’s great @scott I had no idea about this.