I am trying to customize the ContainerDetails page (Group Details). I added a Custom Table in it. In that, I am trying to get a Custom SQL query working. But for that, I need to get Group ID and pass into the query. Let's say, it is something like SELECT * FROM Containers WHERE ContainerID = ${GroupID}. But when I do a Preview Results, it says the query is invalid. I even tried ${ContainerID} in place of ${GroupID}, but no luck. Can anyone please help?