I’m trying to add together two values which then save to a session storage variable. There is a potential that one of the values is empty. If both values are not null, this works fine with the expected outcome e.g. value1 (1) + value2 (1) saves to the variable as 2. If value1(1) + value2 (empty) the variable isn’t populated.
Is there a way to define ‘not empty’ in data formatting?
Core Actions => Set Session and bind it to the variable(s), all can be done through the formatter BUT don’t forget to define the session in the Globals also.
Rather than starting on your own, why not work through the whole tutorial, that way you will get an understanding of how easy it is without overthinking.