Skip to main content

1.24.6 - Public Form Submission

· One min read
Matt Franklin
Documents

1/06/2022

Improvements

  • Public forms with pre-fill data that are missing the __metadata tag will now try to insert them where possible

Bug Fixes

  • Enabled the following relational data cases to be submitted successfully
  • Single Item Create/Update
  • View Create/Update
  • View linked to Single item via Universal Link Create/Update
  • View linked to Single item via Lookup Create/Update

1.24.5 - Workflow Linking

· One min read
Matt Franklin
Documents

26/05/2022

Bug Fixes

  • Fixed erroneous validation preventing creating a universal link between a task and a custom list that contains the word task in its name via Workflow

1.24.4 - Adaptive Designer Improvements

· One min read
Matt Franklin
Documents

12/05/2022

Bug Fixes

  • Prefill Data now gets constructed correctly by workflow in single item cases
  • Fixed an issue prefill data failed to load in universal link scenarios
  • Fixed a page crash for view connections that did not contain a columnName attribute
  • Fixed an issue where UI will not update in workflow to input prefill data in certain cases
  • Fixed an issue where prefill data cannot be configured for 2 lookups with the same name
  • Fixed an issue where files failed to be submitted upon form submission

UI/UX Fixes

  • Fixed an issue where first click will not perform add repeating section actions
  • List and column name is now prepended to array prefill data

1.24.3 - Adaptive Designer Improvements

· One min read
Matt Franklin
Documents

05/05/2022

Bug Fixes

  • Fixed an issue where action buttons were anchoring to a point on page unexpectedly
  • Fixed an issue where starting conditions are applied in the design space when configuring conditions

UI/UX Fixes

  • Added number input to sliders
  • Removed some RAPID system controls from the context menu
  • Now able to set a width and height on embedded controls
  • Added label to accordion sections
  • Added the ability to enable time on embedded form date fields in workflow
  • In Explorer can render embedded forms with date fields with time inputs

Improvements

  • Date fields correctly store their value in memory as ISO strings

1.24.2 - Adaptive Designer Improvements

· One min read
Matt Franklin
Documents

28/04/2022

Bug Fixes

  • Fixed an issue where repeating sections would display the data of one shared item rather than having their own unique values
  • Now Able to view dates in excel correctly when exporting as CSV from a data table
  • Fixed a page crash when adding an element to a section that has fetch Items turned on
  • Removing a connection now removes all connection data from form schema
  • Fixed an issue where the column layout will apply row spacing above the top row
  • Fixed an issue where default values could not be applied to number fields
  • Fixed the TabControl component where it would not render correctly

UI/UX Fixes

  • Clearing border in the styles tab now removes border properly
  • Re-Added Hidden attribute to fields

1.24.1 - Adaptive Designer Improvements

· One min read
Matt Franklin
Documents

21/04/2022

Bug Fixes

  • Fixed an issue where duplicate principals can get created rather than linking existing ones in rare cases when using Omnichannel

UI/UX Fixes

  • Added a column layout control which allows for evenly spaced columns
  • Added ability to add a link to an image which will navigate on clicking of the image
  • Updated the embedded control to allow the input of an iframe html src (like youtube embed)
  • Currency fields now display the correct UI
  • Percentage fields now show % icon
  • Removed validation message on email control
  • Added the slider input control - outputs a number
  • Updated the Rating input control - outputs a number

Improvements

  • Started to move away form UUID to using NanoID instead

1.24.0 - Adaptive Framework Improvements

· One min read
Matt Franklin
Documents

14/04/2022

Features

Data Table

As a companion to repeating sections the Adaptive Designer now supports the data table control for a more compact way to create, view and edit several items. This control is powered by the new Adaptive data connections using the view mode and is supported in the Anonymous Forms experience.

Bug Fixes

  • Fixed creating meeting events more than 3 months in the future causing automation deletion of that event
  • Fixed crash on sections when using show conditions on children elements
  • Updated flip card control to show children elements correctly

UI/UX Fixes

  • Updated flip card control to show configuration panel correctly
  • Updated icon for flip card control
  • Updated boolean controls to new skinny switch

Improvements

  • Upgraded Carousel control to work with data connections
  • Enabled overriding of default data context when using pre-fill data

1.23.0 - Adaptive Data Connections

· 2 min read
Matt Franklin
Documents

07/04/2022

Bug Fixes

  • Fixed whole number control using the decimal input instead of integer input
  • Prevented grid control generating erroneous element IDs
  • Prevented creating a new form setting the page into an error state depending on which controls were added before save
  • Reinstated RAPID Choices being able to use choices defined in the site
  • Fixed panel crash when collapsing the connections configuration
  • Updated Carousel to be a layout control type and pass connections
  • Fixed some configuration failing to dirty the form and prevent saving

UI/UX Fixes

  • Removed debug controls from configuration panels
  • Stopped editing fields from forcing the cursor to the end of the content
  • Improved control search to accept any text characters and retain it's group panel in all states
  • Ensured Rapid Attributes configuration is no longer used in configuration panels
  • Disabled multi-page menu nav control when in edit mode
  • Reinstated placeholder behaviour missing on various fields
  • Allowed title to reflect an element label when the title has not been configured
  • Enabled configuration panels to scroll
  • Updated control categories to remove uncategorized and redundant field/input split
  • The Style configuration tab will no longer 'remember' the previous controls configuration
  • Opening a Office 365 document in the file control will now default to opening the associated local application
  • Updated default label for buttons to 'Submit' from 'submit'

Improvements

  • Added repeating section default buttons
  • Enabled Submit button to handle multiple instances in Anonymous forms
  • Added Contains and Equals condition rules for string and joi type conditions
  • Updated conditions to not process on load in lieu of new initial state configuration

1.22.3 - Adaptive Data Connections

· 3 min read
Matt Franklin
Documents

31/03/2022

Features

(Preview) Adaptive Connections

This release introduces the concept of data connections to Adaptive Schemas created in the Adaptive Designer. Data connections allow you to dictate where data comes from and goes to at a per element level of detail. This preview enables the configuration of the Rapid data connector which replaces the old Rapid Attributes configuration, with plans to extend to other services in the future.

In addition to being able to have your adaptive forms and apps communicate with more than just Rapid, this feature also enables the configuration of related data. For example, you can now create an adaptive form that creates (or updates) an Invoice along with an arbitrary number of invoice detail lines.

This feature is in preview with a heavy focus on usability improvements over the next week. Any feedback on your experience using connections is highly appreciated.

Fetch and Save buttons

Along with being able to define more complicated data structures in your adaptive forms, we have also added actions to control fetching and saving data from your connections. These new actions can be applied to action buttons and allow the updating/saving of specific controls in your form.

As the Save action only targets one element, complex forms with many disparate items are expected to still use the Submit action to save everything at once.

Improved Conditions

Conditions also got some love in this release. After feedback we have added an initial state configuration so you can now have forms elements that start hidden/disabled and 'unlock' as their condition is met. We have added in Equals and Contains conditions for text data, also thanks to your feedback.

Bug Fixes

  • Prevented adding controls to blank adaptive sections crashing the page
  • Fixed quickly creating blank adaptive schemas saving corrupt
  • Handled extended characters when searching for controls in the adaptive control picker
  • Prevented page crash when navigating to a new adaptive schema and editing it before all controls had loaded
  • Removed initial condition computation in lieu of initial state setting
  • Resolved some cases where adding controls resolved in a corrupt element path
  • Prevented adaptive grid crashing when trying to render negative columns
  • Fixed adding multi-line of text inputs actually adding a single-line of text control instead
  • Fixed adding a whole number control just adding a number control instead
  • Fixed missing placeholder configuration on input field controls
  • Fixed choice fields trying to save their display content instead of their value

UI/UX Fixes

  • Enabled adding of system fields to adaptive schemas
  • Removed Rapid Attributes panel in lieu of new connections infrastructure
  • Applied element connection controls to all adaptive elements
  • Added Rapid view selector to connection configuration panel
  • Added return to site picker / return to launchpad buttons to main adaptive designer page
  • Enabled panel scroll in configuration panels
  • Removed debug 'data path' controls on some element configuration panels
  • Set title of elements to mirror label when empty
  • Disabled multi-page menu in design mode

1.22.2 - RAPID Meetings

· 2 min read
Matt Franklin
Documents

24/03/2022

Features

RAPID Meetings

It is now possible to create manage and sync meetings and meeting events through RAPID. Installing the created Meeting bundle onto your site will give you access to this new feature. A key feature of Meetings is that it will sync with outlook. It will create outlook events and keep them synced to the meeting items in RAPID.

Date Time Field Configuration

When configuring page definitions in RAPID Designer, it is now possible to specify on the attributes of a date time field for time to be configurable. This will allow for a specific time to be saved to an item when viewing the field on the particular page that has time enabled on the field. This time field uses the user's chrome locale so ensuring it is set correctly is important.

Bug Fixes

  • Prevented Multilookups and multi line text fields being added the all view upon column creation
  • Workflow now shows parent relationships correctly
  • Form schemas are now no longer created corrupt if list name has a space in it
  • Multilookups are no longer added to the default all view when they are created
  • Completing a call activity in certain cases will no longer create duplicate tokens on a parallel merge
  • Ensured update item actions receive correct data structure on submission
  • Ensured tenant name is lower cased in anonymous forms when fetching css from cdn
  • Sections in a multi page component within Adaptive Designer now have correct ID's

UI/UX Fixes

  • Fixed the displaying of elements in a horizontal layout within adaptive designer
  • Ensured lookups and boolean fields are disabled on the canvas in adaptive designer
  • Updated header and panel designer in Adaptive Designer

Improvements

  • Added an internal server for omnichannel
  • Extended the lookup filter and create to scoped and linked items
  • Added a new system list for internal webhooks