I gave the AI an instruction to set up an action with a Navigate node where “Keep existing URL Parameters” should be set to true, but it failed to set it to true with this explanation:
The property exists in Appfarm Create’s UI but is not included in the Navigate action node schema that the AI receives. The schema for the Navigate node only exposes:
viewId,subViewId,navigateBack,navigateToRoot,transitionType, andurlParameters. There is nokeepExistingUrlParametersboolean property available.This is a gap in the AI’s schema coverage — the property simply isn’t exposed to me, so I have no way to set it programmatically. It’s not a logic error or an oversight; the tool literally cannot produce that configuration.