I am building a flow in which, I want to send a schedule email to my supplier for purchase of good for my 3 factory located at different locations.
I am following logic as below.
Logic 1:- Check Live inventory < Minimum inventory, [True- Send Email] , [False- Do Nothing]
Logic 2:- Use Or Logic for 3 location, as data lying in one row.
Logic 3:- Draft email body with respective Supplier Email, Supplier Name, Minimum Order Qty.
Problem statement
Minimum Order Qty in email body will change according to logic as follow.
Live inventory < Minimum inventory, [True- Put vale of{Minimum Order Qty}] , [False- Put {0}] in email body.