Unable to process template language expressions for action 'Condition' at line '0' and column '0': 'The template language function 'length' expects its parameter to be an array or a string. The provided value is of type 'Null'. Please see https://aka.ms/logicexpressions#length for usage details.'.
// greater(length(coalesce(outputs('Get_emails_(V3)')?['body/attachments'], array())), 0) is equal to true//
// length(outputs('Get_emails_(V3)')?['body/attachments']) is geater than 0 //
I have traied above formula iam not getting it throws error.