Dynamic filter with user attributes
Where country = '{{ (user or {}).get('attributes', {}).get('country', 'Belgium') }}'
SELECT * FROM "breezy"."deals_breezy"
Where country = '{{ (user or {}).get('attributes', {}).get('country', 'Belgium') }}'Last updated
Was this helpful?