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? 

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos
5 comments
tasks?fields=["customFields","parentIds","superParentIds","description"]&customField={"id":"IEAEERNOJUABYL6F","comparator":"EqualTo","value":"' + oa + '"}
You can use fields=[] to add in customFields (see example above).
0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

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. 

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

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}"]

 

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

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

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

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 

0
👍 Spot On 💡 Innovative Approach 💪 Stellar Advice ✅ Solved 🪄 Remove Kudos

Folllowing List for Post: Get data from custom field
[this list is visible for admins and agents only]

Top
Didn’t find what you were looking for? Write new post