For example, is it possible to use the username of the currently logged-in user as a dynamic parameter in the query? As shown in the following image:
try putting single quotes around the variable:
t.saleLeader = ‘${__user.login}’
thx, but it still exception when query
run the query explorer and see what it is doing?
copy paste the actual query text instead of an image. seems like you have some funkyness happening in your variable
Thanks a lot, it working ![]()



