Open
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
Steps to reproduce the behavior:
- Create Screen Flow
- Create/populate three string collections for Id, value and icon
- Create Screen with Quick Choice element, use collections from Add PlaySound component #2, visual cards and InstantNavigation Mode
- Create screen to display selectedLabel
Expected behaviour
selectedLabel should return the value in the respective string collection
Actual behaviour
selectedLabel is null
This is very similar to #837 but only happens when using Visual Cards. Changing the display to Radio Button Group returns the expected results