Release Notes 119

In this release, our last before we take a summer break, we’re enhancing the way you can construct URLs in web requests. Our new Path parameters property adds support for dynamic values in the request URL, without requiring a function, making API integrations more intuitive to configure.

Path parameters for web requests

Web request action nodes now support Path Parameters, allowing you to dynamically insert values directly into request URL paths using key-value pairs. Simply use {{key}} syntax in your path and bind values to variables or properties. [docs]

Read on for the full list of bug fixes and improvements:

What’s New

  • Web Request - Implement new concept for url param mapping (#6582)

Enhancements

  • Shareable Component: Implement support for two way data binding of simple types (#5983)
  • Appfarm Developer Tools: “Copy-to-clipboard”-icon to appear when hovering over data values (#6195)
  • Conditional Permissions: Support more operators for multi-reference properties (#6695)
  • Increase timeout of “Generate Document” action node (#6717)

Bug Fixes

  • When searching for ActionNodes, Appfarm Commander does not find ActionNodes that are filtered by search (#5843)
  • Client: DB-connected datasources with references to self in filter + client filters do not evaluate context correctly (#5954)
  • MultiSelect crashes app if a selected value does not exist among options (#6242)
  • Advanced charts are now able to select Category Property that is of type integers and float (#6329)
  • Export Data: Multiref property not included in exported CSV file (#6385)
  • Bottom Navigation: Overriding destination value does not highlight the selected tab (#6402)
  • Copy a service using a Run Service actionNode from one app to another crashes Create (#6477)
  • Sorting on multiple properties has reversed priority in services and server side operations in client (#6480)
  • Shareable Component: Conditions with Deep Component Params crashes Client if there is no data (#6492)
  • “Replace Existing Object” should be default when Creating Objects to Cardinality One Data Source. (#6594)
  • Filters in Shareable Components using App Data Sources sometimes causes the app to crash (#6660)
  • Some custom_component_params are not inflated, leading to app crash (#6675)
  • Targeted Deploy: Deploy fails when introducing new property in service (#6684)
  • PDF viewer has started crashing on iOS 17 (#6716)
  • Secure Eval: DOMParser does not support Element.querySelector since 118 (#6724)
  • af_randomId no longer available as property in populateBuiltinPropertyObjectClass-mutation in GraphQL (#6728)
  • Services: Usage of custom Moment locales is ignored, formatting is always in English (#6734)