I want to create new table in the same doc, wich will insert “Tasks” by rules “assigned to = user” AND “start date < today OR start date = today” AND “checkbox = false”
How can i do this?
I tried using lookup, but it cant autofill rows and use multiple conditions.
However, I just created a mock-use case to see if it meets your needs:
One question: does the assignee selection need to be manual?
Otherwise you could just set-up an automation that automatically populates the destination table with all the assignees.
Feel free to ask if you need further information.
Cheers!
Thank you for answer @Jean_Pierre_Traets and @Federico_Stefanato
I know about views.
But i want separate table with something like lookup, because i want send assigned tasks to telegram via integromat. And Integromat dont see views, only separate table.