
JacksonK.52224 (Customer) asked a question.
The workflow picks up a user account from a google sheet, reads the user's devices, and for each Device ID, it should wipe G Suite Data off the device.
however, the helper flow, keeps coming up as a 500 error for some reason. The user's device is still active in google admin.
Does it matter that google device policy is not installed in our google sandbox/ dev environment?
Or am I doing something wrong?

@JacksonK.52224 (Customer)
> Does it matter that google device policy is not installed in our google sandbox/ dev environment?
Unknown. This is a question for google. Workflows is an API tool making API calls using this API documentation:
https://developers.google.com/admin-sdk/directory/reference/rest/v1/mobiledevices
>Or am I doing something wrong?
Yes, it appears you are passing "Device ID" into a field that requires "Resource ID".