I have an action to send or edit embed message. It is in a flow that also contains a loop with runs a block. If i put the message action before the loop, it works with no error. If I put it after the loop i get an execution error.
I’ve also tried this with reply with embed message. Taking out certain elements of the embed and just getting to the basics didn’t work either.
An error occurred while running block Send or Edit Embed Message: HTTP 400 Bad Request
{
“message”: “Invalid Form Body”,
“code”: 50035,
“errors”: {
“message_reference”: {
“_errors”: [
{
“code”: “MESSAGE_REFERENCE_UNKNOWN_MESSAGE”,
“message”: “Unknown message”
}
]
}
}
}
Invalid Form Body (50035)