Updates on unassigned people

Hey,
I’m trying to create the next Recipe:
“When any column change” → Custom Action
The recipe is working and I’m getting updates on columns changes - except two changes:

  • Item name
  • People unassigned (when adding people I’m getting update, when removing them - nothing)

(BTW, with webhook integration on the same trigger - I’m getting everything…)
What can I do to solve it?
Thanks! :slight_smile:

Hey again @baliyob882,

That’s a great question! In general, you will not be able to use the apps framework in order to get Item Name changes. You could use a custom webhook subscription in your app with the create_webhook mutation to subscribe to Item Name changes, as well as People column changes. You can find more info on how to create custom webhooks via the API below:

Webhooks - API documentation

Would that work for you? What do you think?

-Alex

I can add a webhook instead of use updates but I can’t say it’s the best solution…
Maybe you can add “all changes to an item” trigger :slight_smile:

Thanks!

Hi @baliyob882!

Thank you for this awesome feedback.

I agree that these would definitely be helpful webhook triggers to have. As such, I would be more than happy to forward your feedback to our Product team for consideration.

Let us know if you have additional questions or concerns at this time!