On my gift digest, I would like to show the package id. Since every gift does not include a package, I am getting this error:
Unable to process template language expressions for action 'Condition_2' at line '0' and column '0': 'The template language expression 'first(item()['gift_splits'])['package_id']' cannot be evaluated because property 'package_id' doesn't exist, available properties are 'id, amount, appeal_id, campaign_id, fund_id'. Please see https://aka.ms/logicexpressions for usage details.'.
I tried adding in a condition that if the “package id” was blank, but I still have the above error. This is because the package ID is not a field on gifts that don't include a package.
Anyone else figure out a good way to handle this?