Hi All,
Hope this finds you well.
Issue: Data of a cascading combo box is not populating in the list after saving.
Description: I have created a dropdown - CATEGORY ( It has Choices) and a cascading combo box - TOPIC. I have been successful in selecting the multiple items in my combo box, however I do not see the data in my form upon saving.
I have the below lists: Categories & Topics (Lookup table sharepoint list)
Topics (Column Type: Multiple lines of Text), Category (Column Type: Choice)

The below list is where I will need the data to be saved, TOPIC_EBLAST column doesn't save/show the selected multiple items upon saving in the APP. However, the TOPIC_EBLAST(Column Type: Multiple lines of text) shows the same value as CATEGORY_EBLAST (Column Type: Choice)

Dropdown formula: Choices([@'Data Form'].CATEGORY_EBLAST)
Combo Box formula: Filter('Categories & Topics',Category.Value =DataCardValue8.Selected.Value)
In Power APP: TOPIC_EBLAST is empty upon selecting mulitple items and saving

Any assistance is much appreciated.
Thank you