Re: Extracting value from String
Hi @jody1213
I got it working for you:
Index(
Split(
LookUp(
Split(Label1.Text, ","), // split string with comma
StartsWith(Value, varText) // search for a variable text in Split table
).Value,
"^" // split the found text in to 2 records
),
2 // select the second row in the table
).Value

If you have any questions or feedback, please let me know. Have a great day! 😊
-----------------------
PowerYsa Power Platform Enthusiast [LinkedIn] | [Youtube]
I love to share my knowledge and learn from others. If you find my posts helpful, please give them a thumbs up 👍 or mark them as a solution ✔️. You can also check out my [@PowerYSA] for some cool solutions and insights. Feel free to connect with me on any of the platforms above. Cheers! 🍻