Hi @WarrenBelz
I tried your suggestion but still don't work
you find attached the screenshot of the the whole URL
is the url correct?
Now I tried another code but also didn't work for me
for gallery selected I have:
Set(
varID,
ThisItem
);
Navigate(
DetailScreen1,
None
)
for detail screen Item I have:
varID
for OnStart I have:
Set(varEmpID, Value(Param("RefID")));
If(varEmpID <> 0, Set(varID, LookUp(OrdreDeMission, ID = varEmpID));(DetailScreen1))
and for url is the one which you find attached
I don't know where I am wrong?