I need to retrieve a single object property given the ID as input. Currently, it’s a 5-step process. We might be able to cut 1 or 2 steps, but there should still be a simple Get Object function.
-
Filter by ID (returns an object set)
-
Convert to list
-
Convert list to an array of structs
-
Pick array element
-
Get struct field
Alternatively, AIP Assist suggests using the Object Query Tool, but I don’t think we should rely on an LLM just to fetch an object.
