Hello Experts,
i Want to put one if condition in my flow like
IF Flag =1 and Company = ABC then insert row in SQL
IF Flag=1 and Company ="other than ABC" then insert row in SQL
Flag 1 case is common for both insertion
i tried below , but in this case in case of else all record will go where flag is not equal 1. Please advise
