This is probably straightforward but how do you delete a data source from a freedom UI form page. There only appears to be an edit option when clicking on it
Like
1 comments
21:32 Aug 11, 2025
Hello!
Please note that the current behavior is expected — deleting data sources via the page designer is not yet supported in Creatio. However, we plan to implement this feature in one of the upcoming releases -8.3.1.
As a temporary workaround, data sources can be removed using the page source code:
- First, remove all fields from the data source using the page designer (if any were added).
- Then, check the page source code for any attributes referencing the data source and delete them.
- Finally, delete the data source itself from the source code.
Show all comments