
Not sure what im doing wrong here. I am new to PowerFX language as it is needed for copilot studio and I am just trying to access a variable created from an HTTP request above, and filter it. The variable Transcript is a json object holding the ActivitySet object (my conversation hisotry with chatbot) so it is an object holding an array of objects. my powerfx formula is attempting to filter it and create a list of type string holding only the from.name and text fields.
You don't need to use "ThisRecord" to access the payload. Here is a discussion on the same topic with an example: Solved: I want to retrieve user bot conversations using di... - Power Platform Community (microsoft.com)