Navigate to key moments👇 made via tubestamp.com 01:27 - Explaining client data for a fitness workout plan. 01:51 - Creating a form in Zapier to input client information. 02:30 - Adding fields to the form: email, name, skill level, workout plan. 04:31 - Connecting form to a table for database automations. 07:43 - Creating a zap to trigger a flow based on a checkbox. 08:03 - Testing the trigger for the zap. 08:28 - Finding a specific row in Zapier tables using unique identifier. 09:37 - Adding a ChatGPT block to structure data. 10:07 - Adding a formatter block for better data visualization. 11:51 - Creating an optimized workout plan from original data. 13:33 - Sending the optimized workout plan via email. 15:55 - Uploading PDF for conversion. 16:07 - Checking if PDF is parsed in Pars Client. 16:20 - Adding JavaScript code block in Zapier. 17:00 - Testing step to get data from PDF. 17:34 - Associating data with table record using GPT Recap by TubeStamp ✏️
I am really blown away right now. I just commented today and honestly I was just hoping to get some answer in the comment section atmost but this......... I don't know what to say right, you made the whole video based on the comment. Thank you brother,
Hy Corbin, love your videos! I was wondering if it is possible to create a zap where when updating data in a spreadsheet, this same data is automatically updated in a zapier table. Thank you!
Dude I’ve been digesting all your content like there’s no tomorrow 🙌🏼
Navigate to key moments👇
made via tubestamp.com
01:27 - Explaining client data for a fitness workout plan.
01:51 - Creating a form in Zapier to input client information.
02:30 - Adding fields to the form: email, name, skill level, workout plan.
04:31 - Connecting form to a table for database automations.
07:43 - Creating a zap to trigger a flow based on a checkbox.
08:03 - Testing the trigger for the zap.
08:28 - Finding a specific row in Zapier tables using unique identifier.
09:37 - Adding a ChatGPT block to structure data.
10:07 - Adding a formatter block for better data visualization.
11:51 - Creating an optimized workout plan from original data.
13:33 - Sending the optimized workout plan via email.
15:55 - Uploading PDF for conversion.
16:07 - Checking if PDF is parsed in Pars Client.
16:20 - Adding JavaScript code block in Zapier.
17:00 - Testing step to get data from PDF.
17:34 - Associating data with table record using GPT
Recap by TubeStamp ✏️
I am really blown away right now. I just commented today and honestly I was just hoping to get some answer in the comment section atmost but this......... I don't know what to say right, you made the whole video based on the comment.
Thank you brother,
Just like your other videos it was an amazing video full of Value.
Had the same happen with the PDF’s Corbin you rock
No problem!
Great stuff as always. Always learning something new and useful from you. Thanks, Corbin.
Glad to hear it!
Hy Corbin, love your videos! I was wondering if it is possible to create a zap where when updating data in a spreadsheet, this same data is automatically updated in a zapier table. Thank you!
Definitely possible, I can look into making a video on this topic!
@@Corbin_Brown Love to! It would be a great help. Thank you! Love your videos
JavaScript Code:
const response = await fetch(inputData["text"]); const text = await response.text(); const words = text.split(" "); output = { result: words.slice(0, 10000).join(" ") };
Thanks
We send the personal diet plan and workout plan to the client in WhatsApp with zap ? its possible?
Yes, it would require you to gain access to the WhatsApp API. However, the described flow can incur happen.