hi. my workflow is almost completed but can someone help me improve my workflow to achieve the following criteria:
1. if data row is not more than 56 rows and the net difference field didnt exceed +/- 25 per row, prompt a message type " no further action needed"
2. if data row is more than 56 rows and the net difference field didnt exceed +/- 25 per row, prompt a message type " Data rows exceed 56 rows. further action needed". create a output file of CSV
2.if data row is not more than 56 rows but the net difference field exceed +/- 25 per row, prompt a message type " Net difference exceed +/- 25.. further action needed". create a output file of CSV
i'm erroring out everytime i used the messagetype
i've attached the 3 sample input file for the 3 scenarios and the drafted workflow.