
Shefin P N
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
Activity overview
Latest activity by Shefin P N-
Shefin P N commented,
Hi Anthony, Could you please attach error message.
-
Shefin P N commented,
Hi Thiago To filter items by ids, you can use filters like this var filter = new Dictionary<string, object> { {"item_id", new int[]{ 1,2,3} } };
-
Shefin P N commented,
For ex: var importMappingField = new List<ImportMappingField>{ new ImportMappingField{ FieldId=123456, Unique=false, Value=new {column_id...
-
Shefin P N commented,
The 'Value' depends on the type of field as explained here https://developers.podio.com/doc/importer/import-app-items-212899. I think you are trying to set text field, in this case use this syntax:...