I have 2 synced records. The first one is notice and the second is notice history
I have a grid that displays info from the notice history record, and I am trying to sync it when the related record of notice is updated, but it is not syncing..
My record type is: recordType!BTTNoticeHistory
My identifier is: pv!notice[recordType!BTTNotice.fields.noticeID]
Any help would be much appreciated!
Discussion posts and replies are publicly visible
Your identifier is pointing to the Notice record's field, not the Notice History relationship field.I would recommend, Change the identifier to reference the Notice History's relationship to Notice.