Hi,
I'm trying to chain together information from a custom copilot (using Copilot Studio) and hitting a wall with parsing out variables from a generative response. So far I've successfully created a topic that extracts vehicle properties from a SharePoint Excel file. The generative answer includes a 7 digit identifying number as part of a block of text. I've tried using parse value and set variable value nodes with a formula to extract that 7 digit number and save to a new variable for use in an API call. The Power Fx functions in the formula bar don't seem to support regex to extract this bit of information. Searching through the formula reference, I can't come up with any alternatives that would work. Surely there must be a way to manipulate a string output for use in another action. What am I missing?
Thanks