Currently, in the "External Database Connection" , if the query syntax is modified and "Run Query" is executed, the Entity in the Response Structure must be recreated, which causes maintenance issues.
For example, if I only modify the "where" clause without changing the "Select" part or if I want to remove a specific Select attribute, the Entity in the Response Structure cannot be reused or selected. When this External Database Connection is used by many Microflows, replacing the Entity will cause these Microflows to fail.
It is recommended that the Entity in the Response Structure not only be automatically created but also be selectable from the "domain model".