Form - items - _currentRecord
Form - OnSuccess - Set(_currentRecord, Self.LastSubmit)
Sharepoint column in form, type Y/N
instead of the standard data card value controle, I put a Y/N radio control and associated them so:
dataCardValue - default : If(_newrequest=0, Parent.Default, If(radioExternalPartner.Selected.Value = "Yes", true)
,If(radioExternalPartner.Selected.Value = "No", false)
,Blank()
)
radioExternalPartner - default :
If(_newrequest=0,
If(_currentRecord.ExternalPartnerRequired = true, "Yes") ,If(_currentRecord.ExternalPartnerRequired = false, "No")
, Blank() )When trying to reedit the controls are no longer associated because of the change in _newrequest.

Report
All responses (
Answers (