Description
For a given input parameter checks to see if there is a value match against a range of parameters and returns name of the matching parameter.
Signature
FindMatchParameter('inputparameter', 'parametermatch', 'parametermatch')
Example
FindMatchParameter([account.createdon], [account.modifiedon], [account.createdon]) Return 'account.modifiedon'
Parameters
| Name | Type | Description | Required | 
|---|---|---|---|
| inputparameter | xxxx | xxxx | xxxx | 
| parametermatch | xxxx | xxxx | xxxx | 
| parametermatch | xxxx | xxxx | xxxx | 
 
		
