32
After creating recording by means of task recorder, there should be possibility to add conditions, which allow us to decide which step should be next or if step should be done. For example:
1. Enabled = if {VendorGroup} = 10 --> this step is perform if variable = VendorGroup equals 10
2. Next step = if({VendorGroup}=10,20,21) --> if {VendorGroup}=10 then step 20 is perform, if VendorGroup <> 10 then step 21 is performed.
Of course there are only examples. There could be more functions. It could be used when for example we will use filter and we are not sure what kind or record will be selected.
1. Enabled = if {VendorGroup} = 10 --> this step is perform if variable = VendorGroup equals 10
2. Next step = if({VendorGroup}=10,20,21) --> if {VendorGroup}=10 then step 20 is perform, if VendorGroup <> 10 then step 21 is performed.
Of course there are only examples. There could be more functions. It could be used when for example we will use filter and we are not sure what kind or record will be selected.
STATUS DETAILS
Under Review