"Error: RecordAobNotesText is not defined" despite the component's existence

  • Goal: I am trying to use the RecordAobNotesText component in my Retool app, but I keep encountering an error message in the debug console: Error: RecordAobNotesText is not defined. My goal is to eliminate this error and ensure the component works as expected.

  • Steps: To address this issue, I have tried the following steps:

  1. Renamed the component.
  2. Set the "Disable query" condition to True in the Advanced settings. Despite these attempts, the error persists.
  • Details: * Component: RecordAobNotesText
  • Error Message: Error: RecordAobNotesText is not defined
  • Actions Taken: Renaming the component, adjusting "Disable query" settings.

Hi @Hayoung_Lee It looks like you're referencing RecordAobNotesText in the UpdateDocAob query? Can you share a screenshot of the UpdateDocAob query?

Hi, @Tess
Thank you for your message.

Please find attached a screenshot of the UpdateDocAob query. As you can see, it is currently in GUI mode and set to null.

image

Thanks, @Hayoung_Lee!

Is this query still working as expected? I am able to reproduce a similar linting error on my side, but the query works despite the confusing linting error