Breaking Changes
None
Bug Fixes
A fix to correct the behaviour of action "create/update an item in another module" for cases when the item(s) used as key are inactive. Previously, if the key for action was an item that was inactivated, Encode would search all the items in the target module where the value of the field mapped as a key was empty. After the fix, if the item in the source module is inactive and is a key for the update in the target module then the action will not be triggered. For further troubleshooting this can be traced in the server log by the following message:
Cannot import node from file, root cause: Expected to search items by key 1234, but couldn't search by this value. Item was deleted?
A fix to ensure that export is generated for users who have authenticated with Cognito SSO due to a failing WebSocket connection