Solved! Go to Solution.
import arcpy
x(%Taxlot%, %Workspace%)
def x(Taxlot, Workspace): arcpy.env.workspace = Workspace if all in [arcpy.Exists(t) for t in Taxlot]: return True else: return False
import arcpy
x(%Taxlot%, %Workspace%)
def x(Taxlot, Workspace): arcpy.env.workspace = Workspace if all in [arcpy.Exists(t) for t in Taxlot]: return True else: return False