Hi
I want to provide the dynamic value in my STEP condition where i want to check if apikey (custom) starts with "internal_{request.queryparam.tenantId}" where {request.queryparam.tenantId} should be replaced by actual tenantId which is passed in query param.
<Step> <Name>PrepareRequestToAuthenticateSystemUser</Name> <Condition>request.queryparam.username != null AND request.queryparam.password != null AND request.queryparam.apikey =| "internal_{request.queryparam.tenantId}"</Condition> </Step>
Above is not working. Please suggest