Hi everyone,
I am building an app where I want to concatenate all skills for the specific resources so this table is a 1:N relationship.
I have tried to do it like this, so when I am using first I can display the first item and that is working but when I have tried to check it another way around I can not build it...
First(ThisItem.'Resource Skill Sets').Skill.Name
//Concat(FirstN(ThisItem.'Resource Skill Sets', 2).Skill.Skill, ", ")
//Concat(ThisItem.'Resource Skill Sets'.Skill, Skill.Name & ", ")
//Concat(ThisItem.'Resource Skill Sets'.'Skill Level', ", ")
Can you help me with this?
BR,
Dino