Skip to main content

How can I get Item Ids in custom action for integration recipe, when coupled with 'column changes'

  • November 3, 2024
  • 2 replies
  • 30 views

I am trying to use a custom action I created with the built in trigger ‘when column changes’.

How should I go about receiving the itemId of the item in my custom action. I have tried adding input field ‘ItemId’ and ‘ColumnId’. But I am not getting the values in the req.body.

Right now I am only getting the BoardID which I have set as context. Can anyone please help me with this. How can I set up the custom action? Trying to create something like the following

2 replies

dvdsmpsn
Forum|alt.badge.img+1
  • Participating Frequently
  • November 3, 2024

Add an input field for Item and get it from the trigger output.


  • Author
  • Participating Frequently
  • November 4, 2024

Yes, that’s what I was trying to do, I tried with both ColumnId and ItemId. But didn’t seem to work. However, I deleted the whole custom action and recreated it, and working fine now. Thanks for the help anyways. Appreciate it! 👍