Podio Navigation - How to Use Hyperlinks to Jump Between Apps
May 15, 2020Podio’s user interface can be a major limitation. Apps with a high amount of data can lead to endless scrolling/ getting lost while navigating between app relationships. In this video, I demonstrate how to automatically link apps together and navigate between them with hyperlinks! This allows you to keep your apps simple and only navigate to the supplemental data when you need to!
Code:
var dealunique = @Unique ID (Hidden)
var aptunique = @APPOINTMENT UNIQUE
var inspectunique = @INSPECTION UNIQUE
var estimateunique = @ESTIMATE UNIQUE
var deal = "[DEAL](https://podio.com/incomedigscom/workspace-eewp6y/apps/deals/items/"+dealunique+")"
var apt = "[APT](https://podio.com/incomedigscom/workspace-eewp6y/apps/appointments/items/"+aptunique+")"
var ins = "[INSPECTION](https://podio.com/incomedigscom/workspace-eewp6y/apps/inspections/items/"+inspectunique+")"
var est = "[ESTIMATE](https://podio.com/incomedigscom/workspace-eewp6y/apps/estimates/items/"+estimateunique+")"
"# DEAL \n---"+
"\n"
+ deal+ " | " + apt +" | " + ins +" | " + est