Discord : Get a message : multiples reaction error

Hello.

If a message have 2 reactions (maybe more) I can only get the latest reaction and on ly test the first.

Conditions :
One Discord message with 2 reactions. All created with make.
Scenario :

  • Discord : Get message (i see both reactions)
  • Rooter 1 : if reaction (emoji) green_check : : at création of condition à can only select red_cross
  • Rooter 2 : if reaction (emoji) red_cross : : at création of condition à can only select red_cross

At rooter activity it always return green_check

  • Condition green check = 1
  • Condition red cross = 0

Can’t continue working without see be able to test each reaction.
How solve.
Have a nice day.

Hiya @MaitreChat; I suggest putting an Iterator module before that router. Put the Reactions array as the Iterator source. Then you can cycle through all of the reactions.

1 Like

Thanks a lot. It will be solved.