Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Dynamic parameter in STEP CONDITION

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

0 2 574
2 REPLIES 2