Skip to main content
Perrine Chalot (Recherche un intรฉgrateur) ๋‹˜์ด #Trailhead Challenges์— ์งˆ๋ฌธํ–ˆ์Šต๋‹ˆ๋‹ค

Dear Trailblazers,

 

I can't complete the challenge on the module "Run an Autolaunched Flow from a Custom Button" as it always asks me things that are already correctly done ๐Ÿง.

For instance, it says : " On the 'Child Campaign' custom button, we canโ€™t find the expected value for the 'campOwner' parameter. Be sure to use merge field notation."

However, the expected value is indicated when I check it out by using merge field notation (highlighted in bold) :

 

/flow/Create_Child_Campaign?campID={!Campaign.Id}&campName={!Campaign.Name}&campOwner{!Campaign.OwnerId}&campStartDate={!TEXT( Campaign.StartDate )}& retURL={!Campaign.Id}

 

It looks like there is a bug or something...I don't understand why I can't pass this challenge and I am stuck here๐Ÿ˜ต๐Ÿ’ซ

 

Can anyone help me to find it out ? 

 

Many thanks ๐Ÿ™

 

Perrine

๋‹ต๋ณ€ 8๊ฐœ
  1. Davis Johnson (SolomonEdwards) Forum Ambassador
    2023๋…„ 7์›” 19์ผ ์˜คํ›„ 4:14

    @Perrine Chalot,

    try adding a backslash

    &retURL=/{!Campaign.Id}
0/9000