Switch function in Power Apps
The Power Apps Switch function evaluates a single condition against multiple possible matches. If a match is found, a corresponding value is returned. If no match… Read More »Switch function in Power Apps
The Power Apps Switch function evaluates a single condition against multiple possible matches. If a match is found, a corresponding value is returned. If no match… Read More »Switch function in Power Apps
The Concat function concatenates the result of a formula applied across all the records of a table and returns a single string. Concat( Table, Formula, separator) Table – Required. Table to… Read More »Concat function in Power Apps
Power Apps is a robust platform that allows you to create custom business applications with ease and efficiency. One of the most common and useful… Read More »Power Apps send email
The Calendar and Clock functions are used to display dates and times in the language of the current user. Calendar and Clock functions functions return single-column tables that can be… Read More »Calendar and Clock functions in Power Apps
Power Apps provides built-in functions such as Reset and ResetForm. Reset function allows you to reset a control to its Default property value while ResetForm allows… Read More »Reset multiple controls or all controls on a form in Power Apps
The ShowColumns function creates a new table including all the columns that you specify and exclude all other columns. It does not modify the original table.… Read More »ShowColumns function in Power Apps
The With function in Power Apps evaluates a formula for a single record. It improves the readability of complex formulas by dividing it into smaller… Read More »With function in Power Apps
Power Apps Text function is used to convert any value and formats a number or date/time value to a string of text. Syntax: Text(Value, Format,… Read More »Text function Power Apps
Power Apps ClearCollect function deletes all the records from a collection and then adds a different set of records to the same collection. Basically, this… Read More »ClearCollect function in Power Apps
A collection is used to store and manage a group of items or records. It acts as an in-memory data source. It allows you to… Read More »Collection in Power Apps
This article demonstrate how to change item color based on value in gallery. As you can see, here we have a gallery which contains employee… Read More »Change gallery item color based on value in power apps
This Article demonstrate how to sort items in gallery control based on item value. You can sort values either in ascending or descending order. You… Read More »Sort Items in gallery Power Apps
This article demonstrates how to highlight the selected item in gallery control in Power Apps. As you can see below app screen, there is one… Read More »Highlight selected item in gallery power apps