Interrupción parcialshare-external
Can not publish rich text components
1

I can run the flow but I can't save or publish it. Did I miss something?

```{ "version": "5.1", "screens": [ { "id": "FIRST_SCREEN", "title": "WhatsTravel", "terminal": true, "layout": { "type": "SingleColumnLayout", "children": [ { "type": "TextSubheading", "text": "Hotel Indonesia Kempinski Jakarta" }, { "type": "EmbeddedLink", "text": "Click to see hotel", "on-click-action": { "name": "navigate", "next": { "name": "HOTEL_DETAIL", "type": "screen" }, "payload": { "text": [ "", "## Hotel Indonesia Kempinski Jakarta", "Discover opulence at our 5-star hotel in Jakarta. Adjacent to Grand Indonesia mall, it offers a coveted location near offices, attractions, embassies, and the CBD. Indulge in exceptional service, full range of facilities and impressive selection of six restaurants. A memorable stay awaits discerning travellers in vibrant Jakarta.", "Accommodation: 5-star hotel in city centre", "Address: Jalan MH Thamrin No. 1, Thamrin, Jakarta Pusat, Jakarta, Indonesia, 10310" ] } } }, { "type": "Footer", "label": "Proceed", "on-click-action": { "name": "complete", "payload": {} } } ] } }, { "id": "HOTEL_DETAIL", "data": { "text": { "type": "array", "items": { "type": "string" }, "example": [ "", "## Hotel Indonesia Kempinski Jakarta", "Discover opulence at our 5-star hotel in Jakarta. Adjacent to Grand Indonesia mall, it offers a coveted location near offices, attractions, embassies, and the CBD. Indulge in exceptional service, full range of facilities and impressive selection of six restaurants. A memorable stay awaits discerning travellers in vibrant Jakarta.", "Accommodation: 5-star hotel in city centre", "Address: Jalan MH Thamrin No. 1, Thamrin, Jakarta Pusat, Jakarta, Indonesia, 10320" ] } }, "title": "WhatsTravel", "layout": { "type": "SingleColumnLayout", "children": [ { "type": "RichText", "text": "${data.text}" } ] } } ] }

Sahrial
Enviada hace aproximadamente un mes