{% with messages = get_flashed_messages() %} {% if messages %}
Got error while uploading these prompts:
Check Prompts
{% for message in messages %} {% for prompt in message %}
- {{ prompt }}
{% endfor %} {% endfor %}
{% endif %} {% endwith %}
To update:
- Download ivr prompts using the "Download" button at the top.
- You will get a file downloaded in the CSV format
- Change the value of the field that you want to update.
- You can remove the other unchanged prompts. (Not Mandatory)
- Save the file(CSV format).
- Upload the updated sheet using the "Upload Sheet" button.
- Prompts will be updated.
To insert:
- Download sample sheet using "Download Sample Sheet" button.
- Insert new prompts in the sheet without filling in the id.
-
You can also insert new prompts in the sheet downloaded for
updation.
-
You just need to insert data in the required field without filling
the id column.
- Upload the updated sheet using "Upload Sheet" button.