Hey ADitya, you can do the following:
if ($requestString.Contains('value="*******"') -and $requestString.Contains('op="Add"') -and $requestObject.IsModify()) {
/*DO WHATEVER /// call the script
}
that way the Script is going to trigger only if the options exist on the plan,
Cheers!