Can you upload the workflow? I think that’d help verify the below as well as help pinpoint where the error is coming from
First thing is make sure the variable types are correct. You want CashIn, OnUsCheck, and NotOnUsCheck to be of type string, and the dbl_ ones to be of type double.
If the variable types are correct, then your if statement should be working. There may be some typos, assuming you didn’t copy+paste?
Hi Dave, thank you for replying! The variable types are correct and I’ve uploaded the workflow for you. The condition is for the flow decision Input Data. Please advise
I thought I used the correct Double variable type when the error messages about disallowing implicit conversions from ‘String’ to ‘Double’ disappeared hahaha… This error message wasn’t that helpful afterall! It sounds like a syntax error… Thanks a lot anyway!