JérémyJ
Windmill2w ago
6 replies
Jérémy

Resource windmill return resources array

Hi, since the 1.635.1 update, we seeing resources that return an array of resources no longer expose the resource paths and only return resolved values.

Now we get:
{
  projects: [{ env: xxx }, { env: xxx }]
}

Previously, we had:

{
  projects: ['f/logic/...', 'f/logic/...', '$res:f/logic/..']
}


Is there a way to retrieve a resource in its raw form, as it is stored (for example with its path or metadata), without resolving its values?

If not, is there a recommended approach or an API endpoint to access or modify individual resources when a resource returns an array of resources?

Thanks
Was this page helpful?