I have a data table in my app which is successfully pulling back the planid, bucketid, title etc. The _assignment column displays as object object due to it being another table.
I have used the below formula to pull back the name of the owners. However whilst it pulls back the name, it only pulls back the name of the first task and then sets the same name against all other tasks (I have changed the name to be ID)
Formula used
Concat(
ForAll(
ThisItem._assignments,
Office365Users.UserProfileV2(userId).displayName
),
Value & ";"
)
Thanks

Report
All responses (
Answers (