Hi,
I have a requirement to embed the interview questionnaire [PowerApp] to Attract Job Template, here I need to pass a parameter from Job | Applicant to PowerApp so that it knows which item it is editing.
I tried this OnStart of PowerApp
If(!IsBlank(Param("msdyn_JobopeningId")), Set(JobOpeningId, Param("msdyn_JobopeningId")), Set(JobOpeningId, "")), but it's always passing null.
Can anyone please help?
Best
Srinaath