Hello All,
I want to give 2 different collections as input to my PCF. So, for that, I have created a Dataset Type PCF Component and copy-pasted the dataset property twice in the ControlManifest.Input.Xml file, as given below:
<data-set name="importCollection1" display-name-key="Import Collection1"></data-set>
<data-set name="importCollection2" display-name-key="Import Collection2"></data-set>
After importing this component into CanvasApps, I am able to pass my one collection through the "importCollection1" property, but through the second property, I am NOT able to pass my second collection. It always shows "None" in the second property even if I select any collection from the dropdown. PFA of the screenshot for the same.
Can anyone help me with some solution for this?