How to configure GQI query in low code app with a join left with “and” condition
4th November 2025
We need to have this query: All contacts not applied to selected event SELECT c.* FROM CONTACTS c LEFT JOIN EVENT_CONTACTS ec ON c.ID = ec.ID_contact AND ec.ID_event = [linked …