How can I create a 'Custom Event Property' by merging two attributes?
The concat function seems to be unavailable. How can I achieve this without using concat?
I need to create a custom event property that combines two attributes as follows:
concat (properties["tradie_account_id"] + "" + properties["JobId"])
drop the concat and properties part. just call the properties (. in the custom property box) and use + in between, and if you want a string outside of the properties, put it in quotes.