hello all, I try to get a list of object via a microflow using the activity: 'Execute OQL statement' il my request, I have a something like: select * FROM a LEFT JOIN b on ... but it is interpreted as JOIN so I only get the results where the a and b are linked instead of getting all the a Do you know why? The LEFT JOIN statement should work...
↧