Hi,
I am unable to add custom job card to the experience. I couldn’t figure out what is the possible mistake. Could you please help me with this!
Hi @Jyothirmai_Anumolu - you’re very close here!
I opened up the live preview for your custom jobs card and noticed there was an “undefined” subtitle value for Employment Type:
So, taking a look at your subtitle value within the card mapping, it looks like a minor typo with the Employment Type field:
subtitle: profile.c_jobDepartment + ' | ' + profile.employementType,
If you switch profile.employementType
to profile.employmentType
, you should be all set! Please make this change, verify in live preview, and re-submit.
Sam
Can’t believe I missed that.!!
Fixed it…Thank you Sam!
1 Like