How to use array data from API request to make multiplechoice question? Currently I’m trying to build Telegram-bot from the constructor. I do API request to one service using Action “External Request”, I get data like this: [ { "id": 1, "entities_id": 0, "is_recursive": 0, "name": "Company 1", "comment": "", "ldap_field": null, "ldap_value": null, "ldap_group_dn": null, "date_mod": "2024-01-31 16:31:44", "groups_id": 0, "completename": "Company 1", "level": 1, "ancestors_cache": "[]", "sons_cache": null, "is_requester": 1, "is_watcher": 1, "is_assign": 1, "is_task": 1, "is_notify": 1, "is_itemgroup": 1, "is_usergroup": 1, "is_manager": 1, "date_creation": "2024-01-31 16:31:44" }, {