Hi everyone
I am trying to schedule API workflow on a list, and the backend workflow have a parameter of type yes/no:
This workflow creates new message.
For each Item of chat's Messages
I want to a different yes/no value to be passed via even?
parameter, If the created messages count is even then the value is yes and if the messages count is odd then the value is no:
I thought this should result yes then no then yes etc. since the messages increase with each iterationو but it resulted no always.
How can achieve this?