I have a PCF with two data-sets, each of them has a property-set inside. Actually, from the use-case point of view, I would have wanted to name both property-set parameters the same, like
<data-set name="dataset1" display-name-key="Dataset_Display_Key1">
<property-set name="name" ... />
</data-set>
<data-set name="dataset2" display-name-key="Dataset_Display_Key2">
<property-set name="name" ... />
</data-set>
I understand that the property-set must have a unique name, but I thought it should be unique inside a data-set.
Unfortunately, I could work inside the test-harness and build the solution, but I couldn't import the solution after that. The error was about duplicate key

Report
All responses (
Answers (