HTTP-Request cookies

Yeah it's working. Classic technical oversight.

Now I have to parse through 100+ objects in an array and use a specific value from each to do a search on each item against a credential. Fun times.

Trying to do this without a DB, need to create a list out of this mess pulling the 35 digit values. They look like this and are nested D62A621F-1ABF-46DB-A7F9-B5F646CAA95F. I need to pull them all out to use in separate calls for a lookup. Talk about biting off too much to chew.

{"state":"32","Performance.performance_short_description":{"standard":"What Do You Do With An Idea? School Performance","input":"","display":"What Do You Do With An Idea? School Performance"},"Performance.performance_name":{"standard":"WDY030122A","input":"","display":"WDY030122A"},"Performance.performance_start_date":{"standard":["2022-03-01T12:00:00.000"],"input":["3/1/22, 12:00 PM"],"display":["2022-03-01 12:00 PM"]},"Performance.performance_id":{"standard":"D62A621F-1ABF-46DB-A7F9-B5F646CAA95F","input":"","display":"D62A621F-1ABF-46DB-A7F9-B5F646CAA95F"}}
1 Like