Hey @ostollmann! As far as I know this isn't currently possible in Retool currently. I've had success using the Postgres SET
/ RESET
keywords which may be an option for you. One major caveat to this is that Postgres queries that use transactions cannot contain dynamic values (ie: current_user.email) unless you turn off prepared statements on the resource.