...
In schemas, we introduced a new field type for the text area. The admin user will have control over the number of characters that are allowed in the text area.
"fieldType": "textarea"
In Flow studio, added a new “Link flow” node which can link two flow studio flows.
During project export, you will now see a new option to download the json to a file.
The copy to clipboard option will be disabled if the export json file size is more than 1mb.Project import can be done using the file or by pasting the json code.
...