Hello,
First thank you to everyone who has offered help to me so far, you have really helped me get my app running.
I have one last function i have been asked to include and I'm stuck.
I need to run a power automate flow if a field value is greater than zero. the count field is a sum of text in a number of other fields.
When there is text in any of the counted fields the counter will sum the number of fields with text and if there is any fields with text i need to run a flow to export the text to a word file. I have the flow part sorted just can't work out how to only run it if the sum is greater than zero.
If(Value(count.Text)>0,Flow.Run(output.Text))
Sum field is called: Count.Text
Flow Name: Flow
Output to the flow: output.Text (not that this part really matters)