[Workflow] Update Assignee in Task only when empty
Hi,
I would like to assign to the creator of a task (create task), only if the assignee is empty.
It could be, that I add from outside the task by api directly to a workspace member and than the workflow shouldn't do anything.
But if I use the filter node and click on the assignee in the previous task, than always the assignee object is shown. How I can check, if assignee is null or empty?
Thanks
3 Replies
Looks like we cannot filter by null or empty values yet. I think you should use a code step to create this filter.
GitHub
We should be able to filter by null or undefined value · Issue #16...
We should be able to filter by workspaceMember IS NULL or IS UNDEFINED See this help thread for context -> https://discord.com/channels/1130383047699738754/1442254331826016276
Thanks, I will do it. I wanted first to check, if there is no built in function and I haven’t seen it 🙂