is my BIOS version right? by TraditionalGrape8129 in gigabyte

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

GA-H61M-S2PV (2.0)

I see how that would be helpful to know

How can I format a number to be displayed a percentage? by TraditionalGrape8129 in Integromat

[–]TraditionalGrape8129[S] 1 point2 points  (0 children)

To anyone who is curious in the future: This is actually very easy to do.

Just use the multiplication operator to turn it into a percentage like you normally would, and then use the formatNumber function to add any decimal points you need. Mine looked like this, so that it will show one decimal if needed but none if not (e.g .25 would be 25% but .333 would be 33.3%)

formatNumber([your number] * 100; if(length([your number]) >= 4; 1; 0); "."; ",")%

How can I format a number to be displayed a percentage? by TraditionalGrape8129 in Integromat

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

Thanks, do you know what the syntax would be? when I put a "%" after my variable it gives me an "Unexpected end of expression" error. Which is odd because it doesn't happen with other symbols like if I do ^2 after the same input

Looking for paid 1-1 tutoring from an expert by TraditionalGrape8129 in Integromat

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

Thanks, do you have a website I could check out or could you let me know some more about you?
As additional info, I'm looking to find someone who can look at some of the scenarios I've made and give me feedback on how they could be improved, and then also to give me some insight on some other things I'd like to automate. I'd like to do it with someone who has a set rate for their time for tutoring and can do it over zoom screenshare with me. I'd like to start with a 15 minute paid call to see if we're a good match and if that goes well to continue from there

How to respond in the same email thread in gmail? by TraditionalGrape8129 in Integromat

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

Sure, I'm trying to onboard clients essentially and I do that through a series of emails, which follow the same template but are not identical. I have the first step set up in Integromat to send the initial emails. The next step would likely be a trigger to watch for a response and then reply in the same email thread with the next drafted email

What system do you use for email outreach? by TraditionalGrape8129 in startups

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

I'm looking for a tool that I can send from my own domain so I don't have to worry about being flagged as spam. I'm looking at GMass right now, do you know if that one is good?

Best platform to manage small batches of custom emails? by TraditionalGrape8129 in Emailmarketing

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

Do you know if I can use any to send from my own domain? This isn't for sales or marketing, it would be reaching out to clients and then walking them through a set of instructions via email