@naratt What are you using as message ID in the Get message module? Seems like this ID ends on “734” while the Create a mesage output provides you with an ID which ends on “-531”.
No experience with Google Chat but it seems like you are using the wrong ID here
However, the ID xxxx-531 in the output bundles keep changing every run for Create a message module.
Yes, since every message you create is unique on it’s own it will also get a unique ID. This unique ID has to be used when you want to retrieve the message again.
Map the dynamic value from the Create message module by adding the Get message behind and then mapping the output variable Name. This way Make will add the correct data.
I did create a scenario where it starts at Create message then Get message using variable Name from Create message. Then I can successfully print it back to the space using Create message again.
However, my use case is that I want to grab any messages in certain Google Chat space and check for a keyword using Filter, then create a task in ClickUp using that message. So my scenario should start with Get message, right ? If so, how can i get the Message Name, or its variable ?