Hello,
When I click the nav arrow in the home screen gallery in order to navigate to the Edit screen, there is sometimes a mismatch of records (see attached screenshot). What do I need to do to make sure they are always in sync?
Gallery nav arrow OnSelect property:
Set(varRecord,ThisItem);Navigate('Edit Request Screen',Transition.None)
The Text property formula for the header label is:
"Project: " & galHome.Selected.'Request Summary Title'
Edit Form Item property:
LookUp('Tool Design Support Requests',ID=varRecord.ID)
Let me know if there is any additional information I need to provide. Do I need to incorporate my varRecord variable in the Header Label somehow? If so, I'm not sure how to do that. I'd appreciate any help you can give me.
Thank you,
Teresa