The expression I've used in the "DefaultSelectedItems" Property is returning a "INJECT0" value, instead of the Content Type Value that is should. How can i fix this? I've tried it on all three content types and i get the same "INJECT0" value.
I have a SP List with three Content Types( Software, Hardware, Trainers) On the SP Integrated Canvas App I created three forms, one for each Content Type. The Form is only visible when the user selects a specific value (Values created in Item Property). This value is only used to create a var. The var is then used on the three forms visible property to determine which form will be visible.
The Content Type Value and ID are copy and pasted directly from the content type setting within the SP list.
{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedContentType",
Id: "0x0100E675901833CCA449B074F3299BBAC0EF001DD6B53385D083499B45C1880D9230B0",
Value: "TTI_Hardware-Enablers"
}


