Had to do something like this:
Every {{ goalNumerator? }} {{ goalUnit? }}
Which would be nice to simply do something like:
Every {{ goal?.Numerator }} {{ goal?.Unit }}
Code would have to 'collect' all the attributes needed and create a record based on it (or dynamic object..)
Had to do something like this:
Every {{ goalNumerator? }} {{ goalUnit? }}Which would be nice to simply do something like:
Every {{ goal?.Numerator }} {{ goal?.Unit }}Code would have to 'collect' all the attributes needed and create a record based on it (or dynamic object..)