Hi
I am trying to create a popup whenever there is a duplicate added to the table. The individual would put their information in the form and submit it, if there is a duplicate detected based on the criteria, I would like a popup letting them know that one has been detected. However, I am getting an error in my formulas. I need help with this please.
Submit Button:
If(IsBlank(LookUp('[incentive_test].[Lkp_Teaching]', Provider=DataCardValue2_1.Text And PROVIDERNUMBER=DataCardValue2_1.Text And Month=DateValue2_1.InputTextPlaceholder And Hours=DataCardValue3_1.Text)),
SubmitForm('MS Data Entry'),
Set(DuplicationPopUp,true))
Ignore And Save Button:
OnSelect:
SubmitForm('MS Data Entry')
UpdateContext({DuplicationPopUp:Blank()})
Visible: LBLDup.Visible
Cancel Button
OnSelect:
UpdateContext({DuplicationPopUp: Blank()})
Visible:
'LBL Save Changes'.Visible
LBL Save Changes
Visible:
!IsBlank(DuplicationPopUp)
Rectangle
Visible:
LBLDup.Visible
