Convert html as PlainText PowerApps

Back again with Quick Post. Scenario: I have a DataTable bind with SharePoint List DataSource. What i notice that the one of the column which is multuliline text box showing the text in html. In order to view the text in plain text please select the “Text” property of the column in the DataTable. Once is done you can see the text in plain text. Continue reading Convert html as PlainText PowerApps

Failed to save values back to SharePoint Online List- PowerApps

I am back with quick post,I was working on PowerApps forms, which using SharePoint Online List as DataSource. I have many Mulitline Text Box in that form and to save the data again and again from the PowerApps form. What i noticed that when the form submitted after the first time save. Its losing some of the value. After spending looking for the proper answer, … Continue reading Failed to save values back to SharePoint Online List- PowerApps

Power Apps – Validate the URL only if the URL is entered in text box

Again i am back with a quick post, I had the validate the following scenario, I needs to put the validation, “if the URL is entered then only check the URL is valid”. Edit form bind to SharePoint List A HyperLink SharePoint Value bind to the DataCard. I have achieve this by doing the following steps Validate the URL with Regex, if the URL is … Continue reading Power Apps – Validate the URL only if the URL is entered in text box