Relative Content

Tag Archive for powerapps-canvaspowerapps-formula

What is the correct way to do a split in powerapp

I need to split info from a text into numbers and text, and find the max value of numbers. For example in TextInput1 I have “5-6 working days”, and I need to extract the number 6 who is the max number of the string. I get the following error :

What is the correct way to do a split in powerapp

I need to split info from a text into numbers and text, and find the max value of numbers. For example in TextInput1 I have “5-6 working days”, and I need to extract the number 6 who is the max number of the string. I get the following error :

Checking DataCard Values and Conditionally Displaying A Warning Page

I have a canvas app that I’m using to add shift inspection records to a SharePoint list. It adds the data to the list correctly; however, if the user selects an item as "Not OK", I want a warning screen to be displayed after the form data has been submitted to the SP list.

Filter Person Field for Blank

I have a power apps canvas that I’m trying to filter the view of a sharepoint list and only show the items where the “Assigned_To” (data type: Person/Group [No Multi-Select]) is blank. I’ve tried the following which appear to work but still return rows where the assigned_to field has been filled in.