If(IsBlank(FullName_value.Text),Icon.Check,If(IsFirstNameInvalid,Icon.Cancel,Icon.Check)) TheCheck iconwill be visible if the full name field is blank or not blank. Also, the entered text satisfied the validation. TheCancel iconwill be visible if the text entered in the full name does n...
Now, if DataCardValue11 changes to A, DataCardValue2 changes to C. I save the form, it gets closed and I can see the value in the SharePoint list. But then again, I open the same item, I can still see the DataCardValue11 is set to A, but...
Glad to see your problem has been solved. You could mark the correct reply as a solution. Best Regards, I've added a radio control and tried it. What if I set the Default property of the RadioBankingGroup to something like ThisItem.Field002.Value? ...
I have added safe check, or you can say added validation to avoid FLOW calls with empty data. The FLOW will get called only when the specified control has valid user selected in it. If(!IsBlankOrError(DataCardValue2.Selected), Set(selectedEmpID, GetEmployeeID.Run(DataCardValue2.Selected...
Change theParentpart of the formula to the name of the original card. In my case that is theONE_DataCard, so the complete property now readsONE_DataCard.Defaultand the red error indicator has gone away. Referencing a different data card for the control default ...
Glad to see your problem has been solved. You could mark the correct reply as a solution. Best Regards, 33 I've added a radio control and tried it. What if I set the Default property of the RadioBankingGroup to something like ThisItem.Field002.Value?
Glad to see your problem has been solved. You could mark the correct reply as a solution. Best Regards, 33 I've added a radio control and tried it. What if I set the Default property of the RadioBankingGroup to something like ThisItem.Field002.Valu...
Glad to see your problem has been solved. You could mark the correct reply as a solution. Best Regards, 33 I've added a radio control and tried it. What if I set the Default property of the RadioBankingGroup to something like ThisItem.Field002.Value?
Glad to see your problem has been solved. You could mark the correct reply as a solution. Best Regards, I've added a radio control and tried it. What if I set the Default property of the RadioBankingGroup to something like ThisItem.Field002.Value?
Now, if DataCardValue11 changes to A, DataCardValue2 changes to C. I save the form, it gets closed and I can see the value in the SharePoint list. But then again, I open the same item, I can still see the DataCardValue11 is set to A, but...