Power Apps - Disable Buttons Until Required Information is Entered

Power Apps - Disable Buttons Until Required Information is Entered

Ryan Logan

1 год назад

13,594 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@marktimothymina284
@marktimothymina284 - 20.12.2023 06:01

Thanks man! Direct to the point. Problem was solved with your video. More powers to you.

Ответить
@stsunh
@stsunh - 09.08.2023 23:19

Hey Ryan, super helpful video! I have an edit form, set it to the default mode of new, and then connected it to onedrive. everything is working properly except my button won't disable. I have Name_DataCard1, Phone Number_DataCard1, Title_DataCard1, and Reason_DataCard1. When i make the following if statement, i get an error and my button isn't disabled. Any suggestions?

If(
IsBlank(Name_DataCard1.Text) ||
IsBlank('Phone Number_DataCard1'.Text) ||
IsBlank(Title_DataCard1.Text) ||
IsBlank(Reason_DataCard1.Text),
DisplayMode.Disabled,
DisplayMode.Edit
)

Ответить
@jubenardserra9617
@jubenardserra9617 - 07.08.2023 16:17

Hello Ryan, I am using an edit form connected to Sharepoint. The field im having trouble is when selecting a Person/email (a selection on sharepoint) datacard.Selected is nit working. Any insights?

Ответить
@jmbernardo7650
@jmbernardo7650 - 18.06.2023 14:56

Hello Ryan!

I'd like to ask your help on what if I have a different choices. What operators will I use? Ex.

If(DataCardValue34.Selected.Value = "Not Completed", "Not Applicable", DisplayMode.Edit,DisplayMode.Disabled) - this is currently wrong.

I want the save/draft button to be disabled when they input "Not Completed" or "Not Applicable" in the choices.

Ответить
@RajeevKumar-hp7cv
@RajeevKumar-hp7cv - 21.03.2023 09:11

Thanks, Ryan one more thing how to disable the button base on Choice Value

Ответить