Good Afternoon,
So I have been trying to understand why this Flow is throwing an error code.
There are two 2 Option Set fields that the Flow needs to trigger off.
1. All Products Added
2. No Product
So this is what the trigger looks like:
When I go to test, I get this error message:
Exception parsing aze_allpoductsadded eq true,aze_noproduct eq true submitted for attribute filterexpression of callback registration. Target entity: aze_regulatorycase. Exception: Microsoft.OData.ODataException: Syntax error at position 28 in 'aze_allpoductsadded eq true,aze_noproduct eq true'.
at Microsoft.OData.UriParser.ExpressionLexer.ValidateToken(ExpressionTokenKind t)
at Microsoft.OData.UriParser.UriQueryExpressionParser.ParseExpressionText(String expressionText)
at Microsoft.OData.UriParser.ODataQueryOptionParser.ParseFilterImplementation(String filter, ODataUriParserConfiguration configuration, ODataPathInfo odataPathInfo)
at Microsoft.OData.UriParser.ODataQueryOptionParser.ParseFilter()
at System.Web.OData.Query.FilterQueryOption.get_FilterClause()
at Microsoft.Crm.ObjectModel.EdmModelEvaluator.EvaluateFilterExpression(String filterExpression, ODataQueryOptions queryOptions)
at Microsoft.Crm.ObjectModel.EdmModelEvaluator.EvaluateFilterExpression(String filterExpression)
at Microsoft.Crm.ObjectModel.CallbackRegistrationService.<>c.<.cctor>b__79_0(EdmModelEvaluator evaluator, String testValue)
at Microsoft.Crm.ObjectModel.CallbackRegistrationService.ValidateInputEntity(IBusinessEntity entity, ExecutionContext context, IFeatureDetailContainer featureDetailContainer)
Thank you
Shawn