I want to make IBIS chart by importing data from an Excel sheet.
My diagram has two types of nodes: Question and Idea.
Both types have two labels: ID and Text.
To populate these labels, I have created an excel sheet with two columns.
The Excel sheet has a third column, which identifies the node type (Question or Idea).
How should I set the Properties Mapper to select the appropriate node type based on the value of this column?