I seem to having issues naming my PDF file in an email attachement, the main address is missing ([_thisrow].[House Number/Plot]," “,[_thisrow].[Street Name/Reference],” ",[_thisrow].[Postcode])? however if i use the same formula below in creating a file then it works fine?
Create file formula:
“Installation report For “&CONCATENATE([thisrow].[Customer Name],"”,[thisrow].[RTT Job Number],"”, [_thisrow].[House Number/Plot]," “,[_thisrow].[Street Name/Reference],” “,[_thisrow].[Postcode],”_Door Seal Ref ",[_thisrow].[Door / Seal ref])
Create Email PDF
Installation report For <<CONCATENATE([thisrow].[Customer Name],"“,[thisrow].[RTT Job Number],"”, [_thisrow].[House Number/Plot]," “,[_thisrow].[Street Name/Reference],” “,[_thisrow].[Postcode] ,”_Door Seal Ref ",[_thisrow].[Door / Seal ref])>>
Thanks