pass attribute to expression in calculation
I have the following expression in a calculation. This works if the resource has the attribute
Ive tried passing
starts_at. But how to make this expression generic that any attribute can be used. Ive tried passing
:starts_at in opts but with arguments: %{field: :starts_at}. but how it is not clear how to use it