How to work with dynamic multiple choice and arrays?
See original GitHub issueDescribe the bug
Version
Browser
- Chrome
OS
- Windows
To Reproduce
Steps to reproduce the behavior:
In the documentation is missing the specific steps to :
1 - Initialize an array 2 - Configure a dynamic multiple choice with the arrray (or variable)
Expected behavior
Build an a multiple choice with dynamic values
Screenshots
Additional context
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
How do Dynamic arrays work? - GeeksforGeeks
In dynamic array you can create fixed-size array when required added some more element in array then use this approach: Delete Element: ...
Read more >Dynamic Multiple Choice Field - How to Programmatically ...
Dynamic Multiple Choice Field - How to Programmatically Assign · 1- divide the Ids in groups of four: 1-4, 5-8, 9-12, etc. ·...
Read more >Excel dynamic arrays, functions and formulas - Ablebits
The introduction of dynamic arrays is a long awaited and most welcome change. Due to their ability to work with multiple values in...
Read more >Bot Framework Compose: Dynamic multiple choice action ...
I assume that you are able to call API and got the data in array format, suppose it got stored in dialog.response ....
Read more >Dynamic array formulas and spilled array behavior
The spilling behavior described in this topic does not apply to legacy array formulas. Spill means that a formula has resulted in multiple...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi,
I don’t see the dynamic dropdown on bot composer v.1.3.0
I have a dynamic value called ${conversation.slot1} set to "tomorrow"which I am trying to use as an option in multiple choice. I cannot get the property to evaluate to “tomorrow”.
Hi, I’m unable to see a placeholder to provide expression. Please help.