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:….