Hello, I am testing out the RT codeless block.
For the whereClause, I added a relation column, in hope that this is only triggered if the relation is relevant to the current user.
However it seems not to trigger. Is it because the RT codeless block does not support whereClause referencing relations?
Hi Bob,
For relation-related events, use the following Codeless blocks:
Regards,
Mark
Thanks. I did try that, but have not succeeded.
Basically I am adding an object in the “sessions” table, using Deepsave.
“sessions” has a 1:1 relationship column called “agency”, pointing to “agencies” table.
I would like to create a feed for sessions belonging to the “agency”.
I tried the below and neither yielded the desired results.
@Bob_Leung I might be wrong but you might need to provide whole object to parents not just objectId