Hi,
I would like to know if it is possible to create a conditional query for the inbox based on the user.
The goal is that in the inbox only returns the records dedicated to each of our service providers when they connect. But if it is not one of our providers who connect, the list in the inbox returns all the files.
My query might look like this:
WHEN provider=${username} THEN provider=${username} status <> 'Finished' ELSE status <> 'Finished'
Thank you in advance for your help