Hello Scott,
Thank you for this excellent work and for sharing it.
Just a remark.
The zone name comes from the Task table and in French there are spaces in the statuscode.
Everything worked fine until I tested HasMovedZone.
In the OriginalDropZoneId property the spaces are preserved but not in the DropZoneId property and therefore the value of HasMovedZone was incorrect.
I replaced the spaces and everything works fine.
AddColumns(Tasks;"Area"; Substitute(Text('Status reason');" "; "_")
Thanks again for this component!
Sincerely
Jean-Pierre Coursault
Thank you @cstfr - indeed there can't be spaces - I will need to automatically remove the spaces for you so that you don't need this work around! Thank you for raising this. 😊
Hello Scott, Thank you for this excellent work and for sharing it. Just a remark. The zone name comes from the Task table and in French there are spaces in the statuscode. Everything worked fine until I tested HasMovedZone. In the OriginalDropZoneId property the spaces are preserved but not in the DropZoneId property and therefore the value of HasMovedZone was incorrect. I replaced the spaces and everything works fine. AddColumns(Tasks;"Area"; Substitute(Text('Status reason');" "; "_")
Thanks again for this component! Sincerely Jean-Pierre Coursault