Hi There
I am trying to modify a project from Reza:
https://powerusers.microsoft.com/t5/Community-App-Samples/Kanban-Board-in-Power-Apps/td-p/1485556
I am trying to change the column Names in my Sharepoint List to "Zugewiesen". After that I searched and replaced all "assignedto0" to "Zugewiesen".
However I've got an error that "Zugeweisen" is not recognized.

when changing it to "Assignedto0" it will work.

I have no Idea where this "Assignedto0" is comming from.
The formula for displayname is:
DataSourceInfo([@'Work progress tracker'];DataSourceInfo.DisplayName;"Zugewiesen")
When I edit my Sharepoint List, the Name of the Column is "Zugewiesen as well:

Any suggestions what am I doing wrong?
kidn regards
Jonas