Whre I can excute OQl query?

0
I wnat to apply some joins and retrieve data with OQL. I define dataset with the query, but I can not use it in microflows, how can i excute the query?
asked
1 answers
2

Please write your OQL query in a String variable and use it as a parameter of the Execute OQL statement activity. As the following:

 

 

Your Return Entity must have the same attribute names of your query columns.

answered