Hi All, I was working on the certification, and was stuck up with this error Option Strict On disallows implicit conversions from ‘String’ to ‘Interger’
The expression used is - in_TaxID.Equals(r_TaxID) and in_Vendor.Equals(r_Vendor) and in_Address.Equals(r_Address) and in_City.Equals(r_City) and in_Country(r_Country)
Data extract completed and wanted to store the data, attached screenshot for reference.
This expression was used in Flow Decision.