I'm trying to create a formula in Flow that walks the trigger record (course) to a custom Badge object. This is as far as I can get. I don't see the Badge object even though there is a Master-Detail Relationship between Badge and Student (Student__c). What am I doing wrong?
{!$Record.Program__r.Student__r.}
#Flow Formula
Hi ,
Does the Student object have a lookup field called Badge?