Variable not recognized and setValue not working as expected?

I guess I had a variable also called display_id.

Retool couldn't distinguish between the display_id variable and what I passed in through the additional scope.

The error I'm seeing doesn't really explain why that was the issue and I don't know how the display_id was ever being called with "setValue" but that's okay.

I changed the name of the additionalScope variable to the_display_id and that resolved my issues.

2 Likes