AI Builder Question/Issue

Hi,

We used Claude Code to build a React landing page and imported it into the AI App Builder in Retool. We then edited a button's properties in code to use a link to one of our existing apps in our dev instance (space) and uncovered and issue. We use source control in Enterprise and realized that "hard-coding" this link would not work for any kind of deployment workflow we've established with classic apps.

In our classic app landing page, the links are controlled using the buttons event handler which fires the util.openPage() function which doesn't use a link - just selects to choose the app and page. So, we check the change into Git, do a pull request and merge and all is good in our prod space.

Has anyone else run into this that uses source control in Enterprise?

thanks,
Mike

1 Like

Thanks for sharing this, @mikeS! I'm excited to hear that you're starting to adopt the new builder. :slightly_smiling_face: The limitation that you're describing here is one that we're aware of and I've seen a few different conversations about potential solutions.

I'll definitely log your feedback internally and will hopefully be able to share an update soon. :+1:

1 Like

Thanks @Darren!