Get data from custom field
Hello,
As I am a developer using Power Automate that I've successful using HTTP to receive all the data from Wrike folder. But I cannot see the custom field (eg Location) that I've already created in Wrike project.
how Do I do that?
Hi Hans,
thank you for this. As it new to me. but can you show me the example of URI in HTTP that return the custom field value? See the screenshot below.
Ah is misread, didn't see you where getting the information From a folder.
I've never tried this myself, but according to the docs should be similar,
https://www.wrike.com/api/v4/folders/{FolderID}?fields=["{CustomFieldID}"]
I have tried work around and it return error:
{"errorDescription":"Parameter 'customField' value is invalid: Invalid CustomField ID","error":"invalid_parameter"}
my code is:
https://www.wrike.com/api/v4/tasks?fields=["customFields","superParentIds","description"]&customField={"id":"##########","comparator":"EqualTo","value":"ProjectID"}
Please help with correction
the value is the actual value the custom field has not the projectID
and you are filtering all tasks based on the value of the custom field