Interruzione parzialeshare-external
Unable to publish Flow Invalid value found for property "type" at "$root/screens/2/layout/children/0/children/8/else/0/then/0". [Line 624, column 57]
1

```{ "version": "5.1", "data_api_version": "3.0", "routing_model": { "autowhat_form": [ "autowhat_bots" ], "autowhat_bots": [ "bot_flow" ], "bot_flow": [ "delete_employees_multiple", "live_dashboard" ], "delete_employees_multiple": [], "live_dashboard": [] }, "screens": [ { "id": "autowhat_form", "title": "autowhat_form", "data": { "abc": { "type": "array", "items": { "type": "string" }, "example": [ "## 8. Population", "| City | Population | Rank |", "| ---------- | ---------- | ----- |", "| London | 16M | 1 |", "| Paris | 11M | 2 |", "| Berlin | 8.9M | 3 |", "| Madrid | 6.6M | 4 |", "| Rome | 4.3M | 5 |", "| Vienna | 3.9M | 6 |" ] }, "workspaces": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "title": { "type": "string" } } }, "example": [ { "id": "low", "title": "Low" } ] }, "users": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "title": { "type": "string" } } }, "example": [ { "id": "low", "title": "Low" } ] }, "bots": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "title": { "type": "string" } } }, "example": [ { "id": "low", "title": "Low" } ] }, "bots_livereportdashboard": { "type": "string", "example": "ssasass" }, "bots_editbot": { "type": "string", "example": "Details" }, "bots_livereportpdf": { "type": "string", "example": "Details" }, "bots_currentmonthpdf": { "type": "string", "example": "Details" }, "bots_adduserexcel": { "type": "string", "example": "Details" }, "bots_customdatepdf": { "type": "string", "example": "Details" }, "bots_customdateexcel": { "type": "string", "example": "Details" } }, "terminal": true, "layout": { "type": "SingleColumnLayout", "children": [ { "type": "Form", "name": "flow_path", "children": [

                        {
                            "type": "TextHeading",
                            "text": "Welcome to Your Workspaces"
                        },
                        {
                            "type": "TextBody",
                            "text": "Efficiently manage your Workspaces with the selection feature designed for easy navigation and action"
                        },
                        {
                            "type": "RadioButtonsGroup",
                            "name": "workspace",
                            "label": "Your Workspaces",
                            "data-source": "${data.workspaces}",
                            "required": false,
                            "on-select-action": {
                                "name": "data_exchange",
                                "payload": {
                                    "workspaceId": "${form.workspace}",
                                    "action": "get_workspace_bots"
                                }
                            }
                        },
                        {
                            "type": "RadioButtonsGroup",
                            "name": "autowhat_form_create_workspace",
                            "label": "Workspace Options",
                            "data-source": [
                                {
                                    "id": "autowhat_workspace1",
                                    "title": "Autowhat Market Place",
                                    "description": "Visit Market Place"
                               },
                                {
                                    "id": "create_workspace",
                                    "title": "Create Workspace",
                                    "description": "Click to create new workspace"
                               },
                                {
                                    "id": "delete_workspace",
                                    "title": "Delete Workspace",
                                    "description": "Click to delete new workspace"
                               }
                            ],
                            "required": false
                        },
                        {
                            "type": "If",
                            "condition": "( ${form.autowhat_form_create_workspace} == 'delete_workspace' )||( ${form.autowhat_form_create_workspace} == 'create_workspace') || (${form.autowhat_form_create_workspace} == 'autowhat_workspace1') ",
                            "then": [
                                {
                                    "type": "Footer",
                                    "label": "Done",
                                    "on-click-action": {
                                        "name": "complete",
                                        "payload": {
                                            "autowhat_form_create_workspace": "${form.autowhat_form_create_workspace}",
                                            "flowName": "adminform"
                                        }
                                    }
                                }
                            ],
                            "else": [
                                {
                                    "type": "Footer",
                                    "label": "Continue",
                                    "on-click-action": {
                                        "name": "navigate",
                                        "next": {
                                            "type": "screen",
                                            "name": "autowhat_bots"
                                        },
                                        "payload": {
                                            "workspace": "${form.workspace}",
                                            "bots_livereportdashboard": "${data.bots_livereportdashboard}",
                                            "users": "${data.users}",
                                            "bots": "${data.bots}",
                                            "bots_editbot": "${data.bots_editbot}",
                                            "bots_livereportpdf": "${data.bots_livereportpdf}",
                                            "bots_currentmonthpdf": "${data.bots_currentmonthpdf}",
                                            "bots_adduserexcel": "${data.bots_adduserexcel}",
                                            "bots_customdatepdf": "${data.bots_customdatepdf}",
                                            "bots_customdateexcel": "${data.bots_customdateexcel}",
                                            "abc": "${data.abc}"
                                        }
                                    }
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    },
    {
        "id": "autowhat_bots",
        "title": "Bots",
        "data": {
            "abc": {
                "type": "array",
                "items": {
                    "type": "string"
                },
                "__example__": [
                    "## 8. Population",
                    "| City       | Population | Rank  |",
                    "| ---------- | ---------- | ----- |",
                    "| London     | 16M        | 1     |",
                    "| Paris      | 11M        | 2     |",
                    "| Berlin     | 8.9M       | 3     |",
                    "| Madrid     | 6.6M       | 4     |",
                    "| Rome       | 4.3M       | 5     |",
                    "| Vienna     | 3.9M       | 6     |"
                ]
            },
            "workspace": {
                "type": "string",
                "__example__": "Details"
            },
            "bots": {
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "id": {
                            "type": "string"
                        },
                        "title": {
                            "type": "string"
                        }
                    }
                },
                "__example__": [
                    {
                        "id": "low",
                        "title": "Low"
                    }
                ]
            },
            "users": {
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "id": {
                            "type": "string"
                        },
                        "title": {
                            "type": "string"
                        }
                    }
                },
                "__example__": [
                    {
                        "id": "low",
                        "title": "Low"
                    }
                ]
            },
            "bots_livereportdashboard": {
                "type": "string",
                "__example__": "ssasass"
            },
            "bots_editbot": {
                "type": "string",
                "__example__": "Details"
            },
            "bots_livereportpdf": {
                "type": "string",
                "__example__": "Details"
            },
            "bots_currentmonthpdf": {
                "type": "string",
                "__example__": "Details"
            },
            "bots_adduserexcel": {
                "type": "string",
                "__example__": "Details"
            },
            "bots_customdatepdf": {
                "type": "string",
                "__example__": "Details"
            },
            "bots_customdateexcel": {
                "type": "string",
                "__example__": "Details"
            }
        },
        "terminal": true,
        "layout": {
            "type": "SingleColumnLayout",
            "children": [
                {
                    "type": "Form",
                    "name": "flow_path",
                    "children": [

                        {
                            "type": "TextHeading",
                            "text": "Welcome to Autowhat Forms"
                        },
                        {
                            "type": "TextBody",
                            "text": "Select an Autowhat Form"
                        },
                        {
                            "type": "RadioButtonsGroup",
                            "name": "autowhat_form_bots",
                            "label": "Your forms",
                            "data-source": "${data.bots}",
                            "required": false,
                            "on-select-action": {
                                "name": "data_exchange",
                                "payload": {
                                    "botId": "${form.autowhat_form_bots}",
                                    "action": "get_workspace_users"
                                }
                            }
                        },
                        {
                            "type": "RadioButtonsGroup",
                            "name": "autowhat_form_create_bots",
                            "label": "Select from below to create or delete:",
                            "data-source": [
                                {
                                    "id": "create_form",
                                    "title": "Create form",
                                    "description": "Click to create new form"
                               },
                                {
                                    "id": "delete_form",
                                    "title": "Delete form",
                                    "description": "Click to delete new form"
                                }
                            ],
                            "required": false
                        },
                        {
                            "type": "If",
                            "condition": "(${form.autowhat_form_create_bots} == 'create_form') || (${form.autowhat_form_create_bots} == 'delete_form')",
                            "then": [
                                {
                                    "type": "Footer",
                                    "label": "Done",
                                    "on-click-action": {
                                        "name": "complete",
                                        "payload": {
                                            "flowName": "createnewform",
                                            "workspaceId": "${data.workspace}",
                                            "bot": "${form.autowhat_form_bots}"
                                        }
                                    }
                                }
                            ],
                            "else": [
                                {
                                    "type": "Footer",
                                    "label": "Continue",
                                    "on-click-action": {
                                        "name": "navigate",
                                        "next": {
                                            "type": "screen",
                                            "name": "bot_flow"
                                        },
                                        "payload": {
                                            "workspace": "${data.workspace}",
                                            "bot": "${form.autowhat_form_bots}",
                                            "users": "${data.users}",
                                            "bots_livereportdashboard": "${data.bots_livereportdashboard}",
                                            "bots_editbot": "${data.bots_editbot}",
                                            "bots_livereportpdf": "${data.bots_livereportpdf}",
                                            "bots_currentmonthpdf": "${data.bots_currentmonthpdf}",
                                            "bots_adduserexcel": "${data.bots_adduserexcel}",
                                            "bots_customdatepdf": "${data.bots_customdatepdf}",
                                            "bots_customdateexcel": "${data.bots_customdateexcel}",
                                            "abc": "${data.abc}"
                                        }
                                    }
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    },
    {
        "id": "bot_flow",
        "title": "Bot Flow",
        "data": {
            "abc": {
                "type": "array",
                "items": {
                    "type": "string"
                },
                "__example__": [
                    "## 8. Population",
                    "| City       | Population | Rank  |",
                    "| ---------- | ---------- | ----- |",
                    "| London     | 16M        | 1     |",
                    "| Paris      | 11M        | 2     |",
                    "| Berlin     | 8.9M       | 3     |",
                    "| Madrid     | 6.6M       | 4     |",
                    "| Rome       | 4.3M       | 5     |",
                    "| Vienna     | 3.9M       | 6     |"
                ]
            },
            "bots_livereportdashboard": {
                "type": "string",
                "__example__": "ssasass"
            },
            "bots_editbot": {
                "type": "string",
                "__example__": "Details"
            },
            "bots_livereportpdf": {
                "type": "string",
                "__example__": "Details"
            },
            "bots_currentmonthpdf": {
                "type": "string",
                "__example__": "Details"
            },
            "bots_adduserexcel": {
                "type": "string",
                "__example__": "Details"
            },
            "bots_customdatepdf": {
                "type": "string",
                "__example__": "Details"
            },
            "bots_customdateexcel": {
                "type": "string",
                "__example__": "Details"
            },
            "workspace": {
                "type": "string",
                "__example__": "Details"
            },
            "bot": {
                "type": "string",
                "__example__": "Details"
            },
            "users": {
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "id": {
                            "type": "string"
                        },
                        "title": {
                            "type": "string"
                        }
                    }
                },
                "__example__": [
                    {
                        "id": "low",
                        "title": "Low"
                    }
                ]
            }
        },
        "terminal": true,
        "layout": {
            "type": "SingleColumnLayout",
            "children": [
                {
                    "type": "Form",
                    "name": "flow_path",
                    "children": [
                        {
                            "type": "RadioButtonsGroup",
                            "label": "Fill the form",
                            "required": false,
                            "name": "fillform",
                            "data-source": [
                                {
                                    "id": "${data.bot}",
                                    "title": "Add"
                                }
                            ]
                        },

                        {
                            "type": "TextHeading",
                            "text": "Reporting Hub"
                        },
                        {
                            "type": "TextBody",
                            "text": "Welcome to the Live Report View! Here, you can easily navigate through essential features to create, edit, and generate reports. Use the buttons below to access various options:"
                        },
                        {
                            "type": "RadioButtonsGroup",
                            "label": "Autowhat Views",
                            "required": false,
                            "name": "bot_action",
                            "data-source": [
                                {
                                    "id": "${data.bots_livereportdashboard}",
                                    "title": "📝 Live Report Dashboard",
                                    "description": "Link to Live Dashboard Data"
                                },
                                {
                                    "id": "${data.bots_editbot}",
                                    "title": "✏️ Edit Form",
                                    "description": "Link to Edit Form"
                               },
                                {
                                    "id": "${data.bots_livereportpdf}",
                                    "title": "📄 Live Report PDF",
                                    "description": "You can generate pdf of today's data"
                                },
                                {
                                    "id": "${data.bots_currentmonthpdf}",
                                    "title": "📅 Current Month Report PDF",
                                    "description": "You can generate pdf for month data"
                                },
                                {
                                    "id": "${data.bots_customdatepdf}",
                                    "title": "📊 Date Range Report PDF",
                                    "description": "You can generate pdf of custom date range"
                               },
                                {
                                    "id": "${data.bots_customdateexcel}",
                                    "title": "📊 Date Range Report Excel",
                                    "description": "You can generate pdf of custom date range"
                            }
                            ]
                        },
                        {
                            "type": "TextHeading",
                            "text": "User Management"
                        },
                        {
                            "type": "TextBody",
                            "text": "Manage your users seamlessly with our User Management feature. This section allows you to add, edit, and delete users efficiently. Here's how you can utilize the available options:"
                        },
                        {
                            "type": "RadioButtonsGroup",
                            "label": "User Management",
                            "required": false,
                            "name": "add_user",
                            "data-source": [
                                {
                                    "id": "${data.bots_adduserexcel}",
                                    "title": "Add/Update using excel",
                                    "description": "You can update / add bulk using excel",
                                    "image": "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"
                                }
                            ]
                        },
                        {
                            "type": "Dropdown",
                            "name": "delete_users",
                            "data-source": "${data.users}",
                            "label": "Delete Users"
                        },
                        {
                            "type": "If",
                            "condition": "(${form.add_user} == 'addusertobot')||( ${form.delete_users} == 'delete_workspace') ||(${form.fillform}==${data.bot})",
                            "then": [
                                {
                                    "type": "Footer",
                                    "label": "Done",
                                    "on-click-action": {
                                        "name": "complete",
                                        "payload": {
                                            "flowName": "adminform",
                                            "workspaceId": "${data.workspace}",
                                            "botId": "${data.bot}",
                                            "bot_action": "${form.bot_action}",
                                            "add_user": "${form.add_user}",
                                            "deleteUser": "${form.delete_users}",
                                            "fillform": "${form.fillform}",
                                            "addusertobot": "${form.add_user}"
                                        }
                                    }
                                }
                            ],
                            "else": [
                                {
                                    "type": "If",
                                    "condition": "${form.bot_action} == '${data.bots_livereportdashboard}'",
                                    "then": [
                                        {
                                            "type": "Footer",
                                            "label": "See Live Data",
                                            "on-click-action": {
                                                "name": "navigate",
                                                "next": {
                                                    "type": "screen",
                                                    "name": "live_dashboard"
                                                },
                                                "payload": {
                                                    "abc": "${data.abc}"
                                                }
                                            }
                                        }
                                    ],
                                    "else": [
                                        {
                                            "type": "Footer",
                                            "label": "Continue",
                                            "on-click-action": {
                                                "name": "navigate",
                                                "next": {
                                                    "type": "screen",
                                                    "name": "delete_employees_multiple"
                                                },
                                                "payload": {
                                                    "flowName": "adminform",
                                                    "action": "delete_multiple_user",
                                                    "workspaceId": "${data.workspace}",
                                                    "botId": "${data.bot}",
                                                    "users": "${data.users}"
                                                }
                                            }
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    },
    {
        "id": "delete_employees_multiple",
        "title": "Delete Multiple Employees",
        "data": {
            "flowName": {
                "type": "string",
                "__example__": "Details"
            },
            "action": {
                "type": "string",
                "__example__": "Details"
            },
            "workspaceId": {
                "type": "string",
                "__example__": "Details"
            },
            "botId": {
                "type": "string",
                "__example__": "Details"
            },
            "users": {
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "id": {
                            "type": "string"
                        },
                        "title": {
                            "type": "string"
                        }
                    }
                },
                "__example__": [
                    {
                        "id": "low",
                        "title": "Low"
                    }
                ]
            }
        },
        "terminal": true,
        "layout": {
            "type": "SingleColumnLayout",
            "children": [
                {
                    "type": "Form",
                    "name": "flow_path",
                    "children": [
                        {
                            "type": "TextBody",
                            "text": "Delete user from Autowhat Form"
                        },
                        {
                            "type": "CheckboxGroup",
                            "label": "User Management",
                            "required": false,
                            "name": "delete_user",
                            "data-source": "${data.users}"
                        },
                        {
                            "type": "Footer",
                            "label": "Done",
                            "on-click-action": {
                                "name": "complete",
                                "payload": {
                                    "flowName": "adminform",
                                    "action": "delete_multiple_users",
                                    "deleteuserlist": "${form.delete_user}",
                                    "workspaceId": "${data.workspaceId}",
                                    "botId": "${data.botId}"
                                }
                            }
                        }
                    ]
                }
            ]
        }
    },
    {
        "id": "live_dashboard",
        "title": "Live Data",
        "data": {
            "abc": {
                "type": "array",
                "items": {
                    "type": "string"
                },
                "__example__": [
                    "## 8. Population",
                    "| City       | Population | Rank  |",
                    "| ---------- | ---------- | ----- |",
                    "| London     | 16M        | 1     |",
                    "| Paris      | 11M        | 2     |",
                    "| Berlin     | 8.9M       | 3     |",
                    "| Madrid     | 6.6M       | 4     |",
                    "| Rome       | 4.3M       | 5     |",
                    "| Vienna     | 3.9M       | 6     |"
                ]
            }
        },
        "layout": {
            "type": "SingleColumnLayout",
            "children": [
                {
                    "type": "RichText",
                    "text": "${data.abc}"
                }
            ]
        }
    }
]

}```

Ashish
Chiesta circa un mese fa
Risposta selezionata
1

Hi Ashish, Can you please share your Flow ID?

7 ottobre alle ore 02:18
Vasudha
Risposta selezionata
1

WORKING

23 ottobre alle ore 01:47
Ashish