Create array using string values separated with Comma
In PowerApps, you can use the Split() function to split a string into an array based on a specified delimiter, such as a comma. Here’s how you can achieve that:….
In PowerApps, you can use the Split() function to split a string into an array based on a specified delimiter, such as a comma. Here’s how you can achieve that:….
Requirement: Replace array elements using Power Automate. For example, if array [12,14,15,16,19,20] and replace 16 with 17 so new array will be [12,14,15,17,19,20]. Click on +create from Home page, select….