Version 153 makes it easier to debug your actions. Action nodes in the developer tools log are now navigable straight back to Create.
Open the developer tools log for an app or service action and each action node entry links directly to that node inside Appfarm Create, so you can jump from an execution log line to the source without hunting for it. See our docs.
This release also lets disabled data sources skip their server requests, making them usable in offline apps. It rounds out with a handful of bug fixes across App Health, the data table, Flow API endpoints, and Read Objects filters.
What’s New
- Make disabled dataSources not make server requests so it can be used in offline apps. (#7656)
- Support navigate to create from action nodes in devtools logs (apps) (#7705)
Bug Fixes
- Child elements sometimes change order when moving a parent container or undoing a deletion (#7247)
- False-positive “Property undefined is required and has no value” in App Health (#7619)
- Adding a new record in the data table doesn’t update the total record count (#7657)
- Table cell value not persisted after editing integer value (empty after refresh) (#7693)
- Flow API endpoint Custom Response Body drops raw JSON objects/arrays — requires JSON.stringify workaround (#7711)
- Read Objects filter with runtime/data-source-reference RHS silently reads ALL objects on Flow Service but 0 in app (#7724)