Salesforce MCE-Dev-201 Question Answer
A developer wants to create a CloudPage which is linked from an email. %%[SET @point = RequestParameter(x) SET @value = 5 IF Length(@point) > 1 THEN SET @value = 1 ELSEIF Length(@point)>2 THEN SET @value = 2 ELSEIF Length(@point) >3 THEN SET@value = 3 ELSEIF Length(@point) >4 THEN SET @value = 4 ENDIF]%% Which is the expected value of @value if x = 'Tacos'?
Salesforce MCE-Dev-201 Summary
- Vendor: Salesforce
- Product: MCE-Dev-201
- Update on: Jan 30, 2026
- Questions: 194

