In this episode, Nick Baldo introduces PONIO's advanced functionalities and explains how to use calculation fields in real estate apps. He guides listeners through building a markdown table, defining property values, hyperlinking to properties, and enhancing the Podio user interface. The episode concludes with a Podio crash course.
End to End Podio Training: https://www.incomedigs.com/pcc
Check out our Podio Templates: https://www.incomedigs.com/get-podio-..
Enroll to Real Estate Accounting Bootcamp: http://bit.ly/reabcourse
Download our guide: https://www.incomedigs.com/qbosetupguide
Podio apps can get long...with seemingly endless scrolling. One solution is to store key information in a secondary app. But then we run into issues navigating back and forth. Enter Summary Tables! Display related app information in a neat, concise table format (and navigate to the app if you need more detail)
var header = "["+@All of Property+"]("+'https://podio.com/incomedigscom/workspace-eewp6y/apps/properties/items/'+@All of Unique ID (Hidden)+")"
var label2 = "Zestimate"
var label3 = "Bedrooms"
var label4 = "Bathrooms"
var label5 = "Type"
var label6 = "Link to Comps"
var value1 = @All of Status
var value2 = "$"+@Sum of Zestimate.toFixed(0).replace(/\B(?=(\d{3})+(?!\d))/g, ",")
var value3 = @All of Bedrooms
var value4 = @Sum of Bathrooms.toFixed(1).replace(/\B(?=(\d{3})+(?!\d))/g, ",")
var value5 = @All of Home Type
var value6 = "[Zillow Comps]("+ @All of Zillow Comps + ")"
var markdown = header +" | "+ "\n --- | ---\n";
markdown += label1 +" | "+ value1 + "\n";
markdown += label2 +" | "+ value2 + "\n";
markdown += label3 +" | "+ value3 + "\n";
markdown += label4 +" | "+ value4 + "\n";
markdown += label5 +" | "+ value5 + "\n";
markdown += label6 +" | "+ value6 + "\n";
(0:00) Introduction to PONIO and its advanced functionalities
(1:25) How to use calculation fields in real estate apps
(3:24) Building a markdown table with variables for property status
(6:05) Labeling and defining values for the property table
(11:04) Hyperlinking to the property and adding unique ID
(14:47) Final review of the created property table
(16:02) Enhancing Podio user interface with hyperlinks
(16:22) Sponsor: Podio crash course at incomedigs.com