I am trying to get an item ID with Search Items in the Board by Column Values module.
But when I run this module, it doesn’t get an item ID but all columns.
How can I get an item ID?
The item id’s should also be returned… can you share the output that you are getting?
Jim - The Monday Man (YouTube Channel)
What is Make & How can it help you with monday?
We Create Custom Solutions - Your Make or Ours
Schedule a 1-on-1 Tutorial Session (for monday, Make or Excel)
I see. The issue is that no items are being returned.
If you run it so that you get items returned, you will find what you are looking for.
Jim - The Monday Man (YouTube Channel)
What is Make & How can it help you with monday?
We Create Custom Solutions - Your Make or Ours
Schedule a 1-on-1 Tutorial Session (for monday, Make or Excel)
Hi sorry for the late reply!
Please let me explain what I am trying to do with this Scenario!
I am trying to make “When status changes to something on Board A, change status to something on Board B (that is connected with Board A through connected column)”.
1. Once status changes to something on Board A, send webhooks on Monday
2. So get a board A with module 2, then get an item with module 3, then get a board B with module 4.
3. Then find the same item with module 5.
Should I put another get an item module in somewhere in this scenario?
Thank you!
Unless I’m missing something, assuming that the labels of the status are what you want matched in board B, you only need modules 1, 3 and 6.
1 will give you the item ID and label on board A
3 will give you the item ID for board B
6 will update the item on board B
Jim - The Monday Man (YouTube Channel)
What is Make & How can it help you with monday?
We Create Custom Solutions - Your Make or Ours
Schedule a 1-on-1 Tutorial Session (for monday, Make or Google Sheets)
Thank you so much for your help
I am wondering how your suggested scenario would find out which item on Board B the item that module 1 gets from Board A is connected with?
We have the same items on each board, Board A and Board B. Once the column of item A on Board A changes to something, the column of item A’ on Board be should be changed.
And these items, item A and item A’ have the same identifier.
I am sorry for too many questions!
You wrote that the items are linked using a connect boards column. This should be all you need to get the other item.
Jim - The Monday Man (YouTube Channel)
What is Make & How can it help you with monday?
We Create Custom Solutions - Your Make or Ours
Schedule a 1-on-1 Tutorial Session (for monday, Make or Google Sheets)
Oh got it, thank you so much! Love your Youtube channel as well, thanks!