Hello,
I have two data sources, Galley1 which is a Calendar (SharePoint List) & Table2 (Excel Table).
I'm trying to return a value if "ThisItem.Category = the same as Table2.Category, the return Table2.Question"
For example:
| Calendar Data Source | Table2 Data Source | Tablet2 Question |
| Category: HR | Category: HR | "Are they working?" |
| Category Accounting | Category Accounting | "Are they good at maths" |
So if my gallery category is HR then it will return "Are they working?" in a text field.
Sorry for my bad explanation.
Many thanks,
Kyle