I am trying to build a custom component. The function would be to increment or decrease a value that is linked to the value of input field. You can see below the general idea.
I have noticed that I can set a component’s property to a value in the logic. I wanted to use formula to do something like:
component.value +1
I don’t a way to access component properties values in function builder though…
This is a key feature coming up with our v2 of components, where you’ll be able to define “root level properties” that can be either outward-facing, inward-facing (i.e. private) or both, and these properties can then be used in formulas or as basis for repeats etc.