The information of text field which content is emptied is not returned by calling PodioItem::get($item_id).How can I get the information?
In my use case ,we synchronize the item contents between APPs with the same app structure in several workspaces.
When an Text field is updated to empty value(no value), the response of PodioItem::get($item_id) doesn't contain the information of the field which content was emptied (text was deleted completely ) , but we do need the information of the field to update the corresponding fields in items of other workspaces, even though the text field's value is no value , does anyone know how to solve this problem to get the information of the emptied text field?
-
Grab the app definition for the full app structure: https://developers.podio.com/doc/applications/get-app-22349
The field_id might be included in the webhooks payload so look there first. :)
Please sign in to leave a comment.
Comments
2 comments