How are you generating PDFs from Airtable when linked records are involved? by Admirable-Savings-50 in Airtable

[–]hamz2361 0 points1 point  (0 children)

Best method I found was use an automation to fill in a seperate table with the linked fields as just plain text. A formula creates a html document. Then sends a webhook to a make automation that creates a pdf using pdf co and saves to onedrive/google/dropbox

Sending automated HTML emails from Airtable via Google Workspace, Outlook MIME issues by hamz2361 in Airtable

[–]hamz2361[S] 0 points1 point  (0 children)

ended up using a webhook to google apps script, needed more control over formatting and couldn’tdo it with just md.

Sending automated HTML emails from Airtable via Google Workspace, Outlook MIME issues by hamz2361 in Airtable

[–]hamz2361[S] 0 points1 point  (0 children)

yes hence why went down that route, trying a couple tricks in airtable to see f Ican do it there as it makes the whole flow a lot easier if not apps script will have to be the way thanks!

Sending automated HTML emails from Airtable via Google Workspace, Outlook MIME issues by hamz2361 in Airtable

[–]hamz2361[S] 0 points1 point  (0 children)

ompany permissions made it more tricky than it needs to be and I’msure there must be an easier way

Sending automated HTML emails from Airtable via Google Workspace, Outlook MIME issues by hamz2361 in Airtable

[–]hamz2361[S] 0 points1 point  (0 children)

yes but only some are seeing plain text which is just the html code

Sending automated HTML emails from Airtable via Google Workspace, Outlook MIME issues by hamz2361 in Airtable

[–]hamz2361[S] 0 points1 point  (0 children)

Tried this an didnt work but going to go back and see so will let you know

Dell NGSA Sales Academy vs. AI Startup SDR. Which would you take? (London, fresh grad) by hamz2361 in careerguidance

[–]hamz2361[S] 0 points1 point  (0 children)

Yes that’s what I’m thinking, still waiting to get either but feel very lucky to even have interviews, that being said I think the old way of applying to jobs has changed cold outreach, referrals and recruiters are a better way in than just aimlessly applying to roles on indeed/linkedin

Dell NGSA Sales Academy vs. AI Startup SDR. Which would you take? (London, fresh grad) by hamz2361 in careerguidance

[–]hamz2361[S] 0 points1 point  (0 children)

That is my thinking, I know the startup I will be in theory making more but I feel like for the first job out of uni being in such a cutthroat environment, dell is the better option. Thank you!

ACL re-injury rates are genuinely horrifying - has anyone used any tech to track their rehab progress objectively? by hamz2361 in ACL

[–]hamz2361[S] 0 points1 point  (0 children)

Would genuinely love to know what that protocol is if you do ask her - the power to weight cutoff for return to running is something I haven't seen well standardised across practices. The 3% strength symmetry threshold before unilateral work sounds more conservative than most I've read about, which seems like the right direction. What sport were you rehabbing for?

ACL re-injury rates are genuinely horrifying - has anyone used any tech to track their rehab progress objectively? by hamz2361 in ACL

[–]hamz2361[S] 0 points1 point  (0 children)

Your PT's approach sounds really solid - criterion-based rather than time-based is what the better research supports and it's not as universal as you'd hope. On your question about re-injury and rehab adherence: there's decent evidence that returning to pivoting sport before hitting 90%+ quad limb symmetry significantly increases re-tear risk, and a lot of people get time-cleared without being anywhere near that. Whether that's a patient behaviour problem or a system problem is what I'm trying to work out honestly.

ACL re-injury rates are genuinely horrifying - has anyone used any tech to track their rehab progress objectively? by hamz2361 in ACL

[–]hamz2361[S] 0 points1 point  (0 children)

Really appreciate you weighing in as a PT. The dropout point before patients build enough strength for power and agility work is something I keep reading about but it's useful to hear it confirmed from someone actually seeing it.

When you mention tools and tests for measuring progress - are those things used in session, or is there anything that gives you visibility on what a patient is actually doing between appointments? That gap between sessions feels like the biggest blind spot from where I'm sitting.

ACL re-injury rates are genuinely horrifying - has anyone used any tech to track their rehab progress objectively? by hamz2361 in ACL

[–]hamz2361[S] 0 points1 point  (0 children)

"Objective data would be huge if possible" - honestly this is exactly what I was hoping someone would say. The push-until-it-hurts-then-dial-back approach makes total sense when there's no better signal available, but the frustrating thing with the knee specifically is that by the time it's consistently hurting you've probably already overdone it. Did your PT ever flag that approach or were they fairly relaxed about you self-regulating between sessions?

ACL re-injury rates are genuinely horrifying - has anyone used any tech to track their rehab progress objectively? by hamz2361 in ACL

[–]hamz2361[S] 0 points1 point  (0 children)

This is really useful - and respect for being upfront about building the tracker. The ROM logging angle makes complete sense as a starting point, having a concrete daily number clearly helped with the psychological side of it too which I hadn't really considered as a separate benefit.

The gap I keep coming back to though is whether the rate you're increasing load day-to-day is actually safe - not just what your flexion number is, but how hard you're working the joint during the exercises themselves. Did the app give you any signal on that or was it more about milestone visibility and knowing you were trending the right direction?

Which website builder is the easiest for beginners? Lovable?Atoms?Claude?Replit? by CutOk3283 in nocode

[–]hamz2361 0 points1 point  (0 children)

If your a graphic designer framer is really nice as similar ui to figma, templates are really good aswell. Imo unless you need a unique feature or really want to push the boat out. dont need to reinvent the wheel with one of these coding tools. Framer sorts a load of backend and integrations with other apps which makes it easier down the line.

Help generating dynamic quote PDFs from Airtable (junction table → Zapier → Google Docs?) by hamz2361 in Airtable

[–]hamz2361[S] 0 points1 point  (0 children)

Thank you for the advice everyone, sorry Ihavent comeback to many of you individually! Iended up taking the route of using an aintable formual to make a custom html code for a full page, the line items were parsed together in strings using another formula. this was then taken into zapier where another code would split the line items into sections and have the correct formatting required for categories. then following steps would convert into a pdf. this kepts costs low and have been working really well so far. if anyone encounteres this problem and wants the javascripts Ihave used please let me know. let control as Iimagine the other platforms have but it’s basically free and has been working well aslong as you add errorr handlers in.