End date: if all day then submit the selected date with the time set to 23:59, otherwise submit selected date and time.If(DataCardValue2.Value,\n DateValue2.SelectedDate\n + Time(23, 59, 0),\n DateValue2.SelectedDate\n + Time(\n Value(HourValue2.S...
Have you ever put a label on a screen just so you, the author, can see the value of a context variable and debug your app? You think surely there must be a better way. And then after finally seeing it, you scratch your head and wonder where in the world did that value come from?
I'm hoping someone can help point me in the right direction.We're looking at replacing an InfoPath form that submits to a SharePoint 2010 "Tasks" list and...
After you set the variable, you can reference it or update it throughout your app. This allows you to avoid repetitive query for the same information repetitively, to build out the information you need in an imperative way, or sometimes just as a place holder....
After you set the variable, you can reference it or update it throughout your app. This allows you to avoid repetitive query for the same information repetitively, to build out the information you need in an imperative way, or sometimes just as a place holder....
Hi,I have a PowerApp that loads data into SharePoint, via a Form submission. We have identified that some of the records for certain columns, contain a...
Hello All, I have two SharePoint lists.1-Contract ListIDContract Name(Text filed)Customer Name(Text filed)1 2 There are more...