Re: send an email when from powerApps submit button to manager here is my code that I am using on "onselect property" : If(IsBlank(LookUp(EmployeePerformance, Lower('Created By'.Email) =Lower(userinfo) )),Set(PatchData1,Patch(EmployeePerformance,Defaults...
Re: send an email when from powerApps submit button to manager here is my code that I am using on "onselect property" : If(IsBlank(LookUp(EmployeePerformance, Lower('Created By'.Email) =Lower(userinfo) )),Set(PatchData1,Patch(EmployeePerformance,Defaults...
1) We currently have a "send text" powershell script which creates a simple form window asking for a phone number and message, with a submit button at the bottom. Users fill out and submit the form, and the content of their message is sent to the specified numbe...
(Powerapps, Sharepoint List Form, Excel Survey, etc) I have a couple of projects I'm working on right now where I need a simple form to collect data from users. We have O365 E1 so lots of tools are available to us, but I'm not sure which one is the righ...
Re: send an email when from powerApps submit button to manager here is my code that I am using on "onselect property" : If(IsBlank(LookUp(EmployeePerformance, Lower('Created By'.Email) =Lower(userinfo) )),Set(PatchData1,Patch(EmployeePerformance,Defaults...
"But if you will need to modify anything in the Form and submit the form to data source, it's not feasible. " Why would this not be feasible? on Like( Re: PowerApps ersonalized gallery with distinct/groupby values Hi@rutgerverhaar, ...
Resources
Using SumitForm function or Patch function? Do you mean that multiple users submit data into your SP list data source (same data source) at the same time? Currently, within PowerApps, I don't think multiple users could submit data into a same data sour...
Re: send an email when from powerApps submit button to manager here is my code that I am using on "onselect property" : If(IsBlank(LookUp(EmployeePerformance, Lower('Created By'.Email) =Lower(userinfo) )),Set(PatchData1,Patch(EmployeePerformance,Defaults...
Re: send an email when from powerApps submit button to manager here is my code that I am using on "onselect property" : If(IsBlank(LookUp(EmployeePerformance, Lower('Created By'.Email) =Lower(userinfo) )),Set(PatchData1,Patch(EmployeePerformance,Default...