Good day!
I am trying to build a flow for a Microsoft Form for a quality audit process. The form has branching based on the type of audit being completed (4 types total). I am trying to accomplish the following primary tasks:
- When a new response is received, pull that response into an Excel Spreadsheet on SharePoint (no issue here)
- When a new response is received where one of the score variables is lower than a threshold (.8), send an automated email to the quality team.
Link to what it looks like currently
I receive the following error:
Unable to process template language expressions for action 'Condition' at line '1' and column '27628': 'The template language function 'lessOrEquals' expects two parameter of matching types. The function was invoked with values of type 'String' and 'Integer' that do not match.'.
I'm new to this and appreciate any insight! Happy to provide additional context if necessary.
Thank you!