November 20th, 2025
Feature
Fixed
You can now use AI chat to generate Functions (Actions) for any app using its online API documentation. The AI will create the relevant calls, code steps, conditions, the UI, and will perform testing to confirm that it is working. It will also browse the internet to gather data on the API and ask any questions or seek clarifications it needs.
⭐ AI chat functionality was added to the Function Builder.
⭐ Function builder tools were made available directly in the chat UI.
⭐ Web browsing capabilities were added to the Functions agent.
⭐ Support was added to configure source fields and arguments of source functions by AI.
⭐ AI can populate sample responses for newly created functions.
⭐ Support for paginated query functions has been implemented in AI.
⭐ The ability to enable 'Allow Unauthenticated Call' for a function has been implemented, so authentication is no longer requested in auth-less functions.
⭐ Setup forms for functions were updated with toggles to show or hide field visibility and tags for visible fields in triggers.
⭐ Users can now edit user table names.
🐞 Code step test results now correctly handle integer values in the code key and display valid output.
🐞 Steps in the Tag menu whose tags the current step could not access during execution are now hidden from view.