getting link to Podio item in Globiflow
I have an item id returned in a Globiflow error. How do I find the link to the Podio item.
What php do I need in a custom variable to get the url link to the item returned?
-
see answer to your other question at https://help.podio.com/hc/en-us/community/posts/360010642359-Globiflow-how-to-get-podio-item-url-from-item-id?page=1#community_comment_360003063260
Basically you have a variable in php to concatenate the base url with the item id, eg:
variable = "https://podio.com/x/y/item/" . podioitemid
Please sign in to leave a comment.
Comments
1 comment