Skip to main content

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 risposte
  1. Davis Johnson (SolomonEdwards) Forum Ambassador
    19 lug 2023, 16:14

    @Perrine Chalot,

    try adding a backslash

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