Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The list below represents the features, updates, and fixes included in the Orbita Voice GA Release for August 2021.

Breaking Changes

Experience Modules

Symptoms Triage (Preview)

Experience Library

Adaptive Cards

  • As an adaptive card

Core Product Modules

Experience Manager

Navigation

Lists

Schemas

Deployment

Global Settings and User Profile menu

Flow Studio

Insights

Core Platform

Experience Designer

  • You can now get the project ID dynamically during runtime using the below code in the function node

    const util = global.get('orbitaUtil');
    let projectId = util.getProjectId(node);
    return msg;

  • While using the User manager node to create users, the payload contains personaType property which will now accept ids as well as strings.
    For example, personaType: "58c0587dc01db80f0019163c" or personaType: "Administrators"

Mobile SDK

Engage

Chatbot

General Improvements

  • No labels