diff --git a/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_search_result.html.liquid b/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_search_result.html.liquid new file mode 100644 index 00000000..504c6651 --- /dev/null +++ b/Custom_Templates/customer_templates/Pipedrive Learn - CRM/_search_result.html.liquid @@ -0,0 +1,34 @@ +
+
+
+ {{ result.name }} +
+
+ + {{ result.name }} + + +
+
{{ result.sanitized_description }}
+
+
+
+
+{% comment %} +The styling below and the additional span is to make the entire div clickable as requested by the client. +{% endcomment %} + + diff --git a/Scripts/GoogleScripts/Mizuno_running_props/MizunoRunning-getprops.js b/Scripts/GoogleScripts/Mizuno_running_props/MizunoRunning-getprops.js index 4a099f36..64b13ed6 100644 --- a/Scripts/GoogleScripts/Mizuno_running_props/MizunoRunning-getprops.js +++ b/Scripts/GoogleScripts/Mizuno_running_props/MizunoRunning-getprops.js @@ -4,7 +4,7 @@ const apiKey = 'XeRrtgm0BFYPjOjPekVwCdGkW'; function getUuids() { var sheet = SpreadsheetApp.getActiveSheet(); var numRows = sheet.getLastRow()-1; // Number of rows to process - var dataRange = sheet.getRange(2, 2, numRows, 1); + var dataRange = sheet.getRange(2, 3, numRows, 1); var values = dataRange.getValues(); writeHeadings(); @@ -44,8 +44,7 @@ function findRow(email, uuid){ var sheetRow = SpreadsheetApp.getActiveSpreadsheet(); var data = sheetRow.getDataRange().getValues(); for(var i = 0; i