botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
71 stars 85 forks source link

Storing the skill value from multiple choice skill in the workflow #891

Closed suntracks closed 4 years ago

suntracks commented 4 years ago

Would like to know how can I store the values of choice skill variables from multiple choice-skill option cascaded in the same workflow . I want to summarize the options selected and update the user. Also update these multiple variables that were selected to a CRM .

As of now {{temp.skill-choice-ret}} works to display only one value. Want to store this value from multiple skill choice options to a variable , that needs to be updated to Database/CRM.

Any directions on how to tackle this is appreciated .

Reposting it here as there has been no response on help.botpress.io Reference to ticket: https://help.botpress.io/t/storing-the-skill-value-from-multiple-choice-skill-in-the-workflow/2680

epaminond commented 4 years ago

@suntracks , you can use builtin setVariable action to store answers on each of the steps (see link for details).