0

Hi – I am looking at re-creating my InfoPath forms to PowerApps forms. At the moment we are still using SharePoint 2013 and looking the migrate near the end of the year to Office 365. I am presently trying to get the  feel of using PowerApps and Flow, and using a current InfoPath to convert over. On the InfoPath form I have a People/Group column that I test to see if it is blank, and then carry out certain rules based on the value. I have to take in consideration if the user picks a name and then decides otherwise and leaves it as blank. This is not a problem in InfoPath. In PowerApps I have tried the same but run into problems when doing the same thing. I have text control on the form that I want to change based on the value of the People/Group control. The function is this: If(IsBlank(DataCardValue17.SelectedItems),”Blank”, “Not Blank”) ‘DateCardValue17’ being the People/Group control. This work fine when I load the form and choose from the control, but as soon as I remove the entry the text field does not go back to ‘Blank’. Any help would be appreciated as I am trying to get a ahead using PowerApps before we migrate over.

(Visited 23 times, 1 visits today)
Mark Jones Changed status to publish August 7, 2019
Add a Comment