Hi,
I'm writing a flow on an event registration. As I have limited number of participants, my flow needs to send different email notifications to participants based on the number of people signed up, i.e. submitted responses to a MS form. My current flow allows me to add a new row as a new response is submitted. I have another table in the same excel file that counts the number of responses. I'm trying to get my condition to read from the excel file and compare my counts to an integer which I keep failing.
I've tried initialize variable action, tried int() in the condition line, and am trying compose now, but neither of them could make my condition works. Under compose, the error message is:
Action 'Compose_1' failed: Unable to process template language expressions in action 'Compose_1' inputs at line '0' and column '0': 'The template language function 'int' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'.
Can anyone help? What should I change or any other functions I can use? Many thanks!!


