Firebase - Cant read field from variable name

Hello, whenever I try and load a field from my Firestore database with a name wrapped in “”, I have no issues, however, when I call on a field that’s named after a variable, nothing is returned. I have posted two screenshots of what each block looks like.

Screenshot 2025-02-21 at 5.27.08 PM
Screenshot 2025-02-21 at 5.27.30 PM

You’ll notice a difference in the syntax for the “Load field” value. Whenever I use a variable for that it doesn’t work. Is this a bug or am I doing something wrong?

For reference, I can check if the field named with the same variable exists with no issue using this block:

Screenshot 2025-02-21 at 7.27.43 PM

It just doesn’t make sense why I can call on the variable in this function but not the load function