<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[NoCode How]]></title><description><![CDATA[Nocode.How: A no-code blog for all creators and makers. Helping you with no-code tips and tricks to build products, automate your work, and more with no code.]]></description><link>https://nocode.how</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 15:18:44 GMT</lastBuildDate><atom:link href="https://nocode.how/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[How to Use Apple Shortcuts to Extract Text from Images]]></title><description><![CDATA[TLDR;  

Take a photo on your Apple Device  

Run the Shortcut in Apple Shortcuts to fetch the latest photo and extract text from the image

Send the extracted text to any note taking platform of your choice

What is Apple Shortcuts?
Shortcuts is a f...]]></description><link>https://nocode.how/how-to-use-apple-shortcuts-to-extract-text-from-images</link><guid isPermaLink="true">https://nocode.how/how-to-use-apple-shortcuts-to-extract-text-from-images</guid><dc:creator><![CDATA[Bhanu Vadlakonda]]></dc:creator><pubDate>Mon, 31 Oct 2022 09:14:10 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598731114/9e936a8b-ff9e-45ce-be7c-97be8bff0b56.gif" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598701207/66fae116-2618-4aa5-885c-1e6294c912bc.gif" alt="Extract text from images to Mem" /></p>
<p>TLDR;  </p>
<ol>
<li><p>Take a photo on your Apple Device  </p>
</li>
<li><p>Run the Shortcut in Apple Shortcuts to fetch the latest photo and extract text from the image</p>
</li>
<li>Send the extracted text to any note taking platform of your choice</li>
</ol>
<h2 id="heading-what-is-apple-shortcuts">What is Apple Shortcuts?</h2>
<p>Shortcuts is a feature in Apple's iOS and Mac operating system that allows users to create custom commands for Siri, the company's digital assistant. Shortcuts can be used to perform a variety of tasks, including opening apps, sending messages, making phone calls, and much more.</p>
<p>Users can create their own shortcuts, or download shortcuts created by others. Shortcuts can be stored in the Shortcuts app, or in the Today widget. Shortcuts can be triggered using Siri.</p>
<h3 id="heading-what-is-the-best-way-to-use-apple-shortcuts">What is the best way to use Apple Shortcuts?</h3>
<p>There is no one "best" way to use Apple Shortcuts. It depends on what you want to use them for. Some people use them to save time by automate tasks they perform frequently. Others use them to be more productive by creating custom commands for Siri. Still others use them to have fun by creating shortcuts that perform humorous or whimsical tasks.</p>
<h3 id="heading-how-can-i-create-an-automation-in-apple-shortcuts">How can I create an automation in Apple Shortcuts?</h3>
<p>1. Open the Shortcuts app.</p>
<p>2. Tap the Shortcuts tab on iPhone or All Shortcuts menu on Mac.</p>
<p>3. Tap the + button.</p>
<p>4. Select the type of automation you want to create.</p>
<p>5. Follow the on-screen instructions to complete</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598703744/5dc09f9e-7b6f-44cc-822a-265e709ade93.png" alt="Shortcuts App on iPhone" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598706106/23f95143-8ca9-4ed0-9d5e-ce20e8576a7e.png" alt="Shortcuts App on Mac" /></p>
<p>In this post we'll explore how to extract text from most recent image/photo or screenshot from your Mac or iPhone and send it to a note taking app <a target="_blank" href="https://mem.ai">Mem</a> using API.  </p>
<h3 id="heading-steps-to-create-the-automation">Steps to create the automation</h3>
<h3 id="heading-step-1-get-the-latest-photos-or-screenshots">Step 1: Get the latest Photos or Screenshots</h3>
<p>Get the latest photo or screenshot from your device (iPhone, iPad or Mac).</p>
<ul>
<li>Click + to start a new automation </li>
<li><p>Search for "Get latest photos"  </p>
</li>
<li><p>Add the step and enable "Include Screenshots"</p>
</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598708199/e2ea207c-cdfd-4477-bc16-3eb71dfa2ef8.gif" alt="Get photos from Mac" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598710564/9a5d2083-324c-430b-aab9-006860af62a4.gif" alt="get photos from iPhone using Shortcuts" /></p>
<h3 id="heading-step-2-extract-text-from-image">Step 2: Extract text from Image</h3>
<p>Extract Text from the latest photo or screenshot from Step 1.</p>
<ul>
<li><p>Search for "Extract Text from Image"  </p>
</li>
<li><p>Add the step and ensure the input is "Latest Photos" from Step 1</p>
</li>
</ul>
<p>In this step, the text is extracted from the image using Apple's OCR on device. </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598713496/41312518-6cdd-40f0-a874-bad2147b404b.gif" alt="Extract text from latest photos" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598715317/5defbde1-dc35-4a7a-9e5b-c31fc83200ba.gif" alt="Extract text from image" /></p>
<h3 id="heading-step-3-copy-to-clipboard">Step 3: Copy to Clipboard</h3>
<p>Copy the extracted text to clipboard. </p>
<ul>
<li><p>Search for "Copy to Clipboard" action in Apple Shortcuts  </p>
</li>
<li><p>Add "Text from Image" as input in this step. This step will help you to temporarily store the extracted text locally on device</p>
</li>
<li>Next step is to send the extracted information to destination of your choice</li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598717589/b41cfe85-2927-4204-9410-a2ca81efb0d1.gif" alt="Copy text to clipboard" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598720050/3767f199-f637-40ff-b121-d8471ffa5826.gif" alt="copy text to clipboard" /></p>
<p>· · ·</p>
<p>You can now send the extracted data to anywhere you'd like. Fe examples destinations:</p>
<ul>
<li>Apple Notes</li>
<li>Send as Email</li>
<li>Send as Text or WhatsApp message to a friend</li>
<li>Send to your PKM (Personal Knowledge Management) system like Evernote, Mem Notion, etc.</li>
</ul>
<p>In this post, we'll be exploring how to send the text to Mem using API. </p>
<p>To send the data using API to an external system, you need the API documentation and API Access Key. </p>
<p>Here's the example API Call that needs to be added in Apple Shortcuts:</p>
<p>curl \<br />  -X POST \<br />  -H "Content-Type: application/json" \<br />  -H "Authorization: ApiAccessToken " \<br />  -d '{ "content": "Hello there! I am a new mem." }' \<br />  https://api.mem.ai/v0/mems  </p>
<p>Once you have the API Access Token, let's continue with Step 4.</p>
<p>· · ·</p>
<h3 id="heading-step-4-get-the-destination-url-for-api-call">Step 4: Get the destination URL for API Call</h3>
<p>Get the URL of the destination app (Mem) to initiate API Call. </p>
<p>From the code snippet above, the destination URL is: </p>
<p>https://api.mem.ai/v0/mems  </p>
<ul>
<li>Add "URL" Action in Apple Shortcuts and update the destination URL  </li>
</ul>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598722755/0fe71b3b-dec2-4126-a4dd-072996cef323.gif" alt="Add destination URL" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598725029/fef934f2-81b1-4d4b-85e1-706e68fb760c.gif" alt="add destination URL" /></p>
<h3 id="heading-step-5-api-call-to-mem">Step 5: API Call to Mem</h3>
<p>This is the final step to send the data to your personal knowledge management system. </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598726802/86ce4c3f-471f-4b43-aa88-6d3c3e45f3b8.png" alt="API Call in Apple Shortcuts" /></p>
<p>In this we need:</p>
<ol>
<li>URL - Add "Get Contents from URL" Action from Apple Shortcuts<ol>
<li>Add URL as input from Step 4</li>
</ol>
</li>
<li>Method "POST"<ol>
<li>POST method is used to send data using API</li>
</ol>
</li>
<li>Headers<ol>
<li>Content/Type:application/json<ol>
<li>This is used to inform the API to accept the <a target="_blank" href="https://www.w3schools.com/whatis/whatis_json.asp">What is JSON</a> as input format</li>
</ol>
</li>
<li>Authorization: ApiAccessToken <ol>
<li>your API token is private and should not be revealed to anyone</li>
</ol>
</li>
</ol>
</li>
<li>Request Body (JSON)</li>
<li>Content - Text extracted from Image<ol>
<li>The output of Step 3, extracted text content stored in clipboard </li>
</ol>
</li>
</ol>
<p>And, done!</p>
<p>Now, you're ready to run the shortcut from any of your apple devices to extract the text from most recent image or screenshot. </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598728989/171ccd3c-3589-481f-ac7a-ab3a60c74490.gif" alt="extract text from image to Mem" /></p>
<p>This automation saves you 2-3 minutes every time you want to extract text from your images. </p>
<p>Congratulations! You have successfully created an automation without writing a single line of code.  </p>
<p>This blog is dedicated to help non-technical people build products and automations using No-Code. If you’re new to No-Code, you can check out the <a target="_blank" href="https://www.nocode.how/beginners-guide-to-no-code-cktjigno117501osbhtxw5foc/">Beginner’s guide to No-Code</a> .   </p>
<p>​</p>
]]></content:encoded></item><item><title><![CDATA[How to send emails with Adalo using Postmark]]></title><description><![CDATA[What is Postmark?  

Postmark is the email delivery service that developers and product teams actually like. Send transactional and marketing emails and get them to the inbox every time.  
Postmark maintains one of the best delivery reputations in th...]]></description><link>https://nocode.how/how-to-send-emails-with-adalo-using-postmark</link><guid isPermaLink="true">https://nocode.how/how-to-send-emails-with-adalo-using-postmark</guid><dc:creator><![CDATA[Bhanu Vadlakonda]]></dc:creator><pubDate>Sun, 24 Apr 2022 04:04:54 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598752576/cae421fa-1f81-4879-be95-ba2637593d35.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598737847/80e6ddc3-55c1-4302-8b31-4423dc60a0fd.png" alt="Send email with Adalo using Postmark" /></p>
<p>What is Postmark?  </p>
<hr />
<p>Postmark is the email delivery service that developers and product teams actually like. Send transactional and marketing emails and get them to the inbox every time.  </p>
<p>Postmark maintains one of the best delivery reputations in the industry by routing transactional and promotional messages through parallel but separate sending infrastructure. (source: <a target="_blank" href="https://www.g2.com/products/postmark/reviews">G2</a>)</p>
<p>What is Adalo?  </p>
<hr />
<p>Adalo is a no-code app development platform that enables you to build an app without writing a single line code.  </p>
<p>You can publish the App to the web or App Store and Play Store without writing code.  </p>
<p>If you're new to no-code, check out the post on <a target="_blank" href="https://www.nocode.how/beginners-guide-to-no-code-cktjigno117501osbhtxw5foc/">Beginner's guide to No-Code</a>.​</p>
<h2 id="heading-integrating-adalo-with-postmark">Integrating Adalo with Postmark</h2>
<h3 id="heading-create-an-account-with-postmark-and-generate-a-server-api-token">Create an account with Postmark and generate a Server API Token</h3>
<p>Once you create a Postmark account, you'll need to create a server to start sending emails.   </p>
<p>After creating the server, follow the steps below to get the server API token.  </p>
<ol>
<li><p>​Click on the server name  </p>
</li>
<li><p>Click API Tokens</p>
</li>
<li>Copy the API Token   </li>
</ol>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598740349/348df8fc-3730-46e0-a94d-e0837533cc0e.png" alt="Postmark Server API Token" /></p>
<p>Once you have the API Token ready, you can access the Postmark <a target="_blank" href="https://postmarkapp.com/developer/api/email-api">API docs here</a>.</p>
<h3 id="heading-setup-custom-actions-in-adalo-to-send-emails-with-postmark">Setup custom actions in Adalo to send emails with Postmark</h3>
<p>Create new Custom Action in Adalo  </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598742536/df38aa02-7de6-4c49-93a8-1cccd581800a.png" alt="custom action " /></p>
<p>Click "Next" to configure the custom action  </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598744935/47fc3e7b-3bc1-45bf-92d3-15926285af46.png" alt="custom action configuration" /></p>
<p>Custom action requires the following parameters:</p>
<ol>
<li>​API Base URL  <ol>
<li>https://api.postmarkapp.com/email</li>
</ol>
</li>
<li>Method (POST) - Sending data through an API  <ol>
<li>POST</li>
</ol>
</li>
<li><p>Headers   </p>
<ol>
<li>Accept: application/JSON</li>
<li><p>Content-Type: application/JSON  </p>
</li>
<li><p>X-Postmark-Server-Toekn:   </p>
</li>
</ol>
</li>
<li><p>Inputs (from, to, subject, body)  </p>
<ol>
<li>From (sender email)</li>
<li><p>To (recipient email)  </p>
</li>
<li><p>Subject   </p>
</li>
<li><p>Body (email body)</p>
</li>
</ol>
</li>
<li>Body in JSON format  </li>
</ol>
<p>Below is the format from Postmark's <a target="_blank" href="https://postmarkapp.com/developer/api/email-api">API documentation</a>​  </p>
<blockquote>
<h4 id="heading-example-request-with-curl">Example request with curl</h4>
<p>    curl "https://api.postmarkapp.com/email" \  -X POST \  -H "Accept: application/json" \  -H "Content-Type: application/json" \  -H "X-Postmark-Server-Token: server token" \  -d'{  "From": "sender@example.com",  "To": "receiver@example.com",  "Subject": "Postmark test",  "TextBody": "Hello dear Postmark user.",  "HtmlBody": "<strong>Hello</strong> dear Postmark user.",  "MessageStream": "outbound"}'</p>
</blockquote>
<p>Configure the API request in Adalo as shown below based on the documentation from Postmark  </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598746766/6d85244b-4752-4f14-a094-5b1e6472e1f0.png" alt="configure custom action" /></p>
<p>As shown in step 4, the inputs can be configured to send dynamic data and use Magic Text in step 5.</p>
<p>Once all the setup is complete, click "RUN TEST REQUEST" to send your first email via Postmark.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598749084/85ad7331-04ec-4c48-9474-7c64114a0dfd.png" alt="Postmark email sent" /></p>
<p>Upon successful test, save the custom action to send emails from your application.  </p>
<p>Trigger your custom action in Adalo and send the dynamic values to the custom action using magic text in Adalo. </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598751039/3f1c5253-6b99-47d6-9668-5d0f14036b0e.png" alt="custom action in Adalo" /></p>
<p>Use the custom action every time you wish to send an email from your Adalo application.  </p>
<p>Congratulations! You have successfully set up your email integration with Postmark for your Adalo app.  </p>
<p>If you're new to No-Code, you can access beginner's tutorials from <a target="_blank" href="https://www.nocode.how/beginners-guide-to-no-code-cktjigno117501osbhtxw5foc/">here</a>.  </p>
<p>​</p>
]]></content:encoded></item><item><title><![CDATA[How to use Airtable API as a backend in your Adalo App?]]></title><description><![CDATA[What is Airtable?  

Airtable is an easy-to-use platform for creating relational databases. 
The user interface is simple spreadsheet-like, colorful, friendly and allows anyone to create a database in minutes. You can create databases like employee d...]]></description><link>https://nocode.how/how-to-use-airtable-api-as-a-backend-in-your-adalo-app</link><guid isPermaLink="true">https://nocode.how/how-to-use-airtable-api-as-a-backend-in-your-adalo-app</guid><dc:creator><![CDATA[Bhanu Vadlakonda]]></dc:creator><pubDate>Mon, 25 Oct 2021 07:00:16 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598767122/6e82ecde-2ab7-4941-aa7a-c269fff77728.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598758435/df4ba52b-02f6-4b57-bf57-6e04c82f9c31.png" alt="Airtable API to Adalo" /></p>
<p>What is Airtable?  </p>
<hr />
<p>Airtable is an easy-to-use platform for creating relational databases. </p>
<p>The user interface is simple spreadsheet-like, colorful, friendly and allows anyone to create a database in minutes. You can create databases like employee directories, product catalogs, etc. </p>
<p>Airtable provides an API for every base (i.e., database), table, or views you create, which can be accessed by other applications to interact with your data in Airtable.  </p>
<h3 id="heading-why-use-airtable-as-a-backend-in-your-adalo-app">Why use Airtable as a backend in your Adalo App?</h3>
<p>You should consider using Airtable as the backend for your App in Adalo if: </p>
<ul>
<li>Your data is already in the Airtable database, and you would like to use it in your Adalo App.</li>
<li><p>You're looking to have ownership and control over your data.   </p>
</li>
<li><p>You're looking to leverage the automation capabilities provided by Airtable. (ex: trigger an email automatically when a new record is created or updated) </p>
</li>
<li>You're looking for complex data types which are currently not supported by Adalo.  </li>
</ul>
<p>What is Adalo?  </p>
<hr />
<p>Adalo is a no-code app development platform that enables you to build an app without writing a single line code.  </p>
<p>You can publish the App to the web or in App Store and Play Store without writing code.  </p>
<p>If you're new to no-code, check out the post on <a target="_blank" href="https://www.nocode.how/beginners-guide-to-no-code-cktjigno117501osbhtxw5foc/">Beginner's guide to No-Code</a>.​</p>
<p>Creating your Airtable Base  </p>
<hr />
<h3 id="heading-creating-a-table-in-airtable">Creating a table in Airtable</h3>
<p>First, create your tables in the Airtable. In this post, we'll be working with a fictitious employee directory. </p>
<h3 id="heading-accessing-your-airtable-database-api">Accessing your Airtable database API</h3>
<p>Once your Airtable base is ready, the next step is to access the API documentation.   </p>
<p>Follow these steps to access the Airtable API:  </p>
<ol>
<li>Click on Help (?) on the top right  </li>
<li><p>Click on API Documentation  </p>
</li>
<li><p>Select the Table<br />​​</p>
</li>
</ol>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598761439/0ef02c0b-ef60-4136-912f-7e73875486a6.gif" alt="AIrtable API" /></p>
<p>Once you have access to the API documentation, head to Adalo to set up the integration.</p>
<p>Connecting Airtable API to your Adalo App  </p>
<hr />
<p>Here are the steps to connect your Airtable base to Adalo as external collections using API.  </p>
<iframe src="https://scribehow.com/embed/Connecting_Airtable_to_Adalo_using_API__JhFU71xsTsOs3xQko2m3xw" width="640" height="640" style="width:640px;height:640px"></iframe>



<h3 id="heading-displaying-the-airtable-data-in-adalo">Displaying the Airtable data in Adalo.</h3>
<p>Once you have the external collections set up in Adalo, the next step is to access the data in your App.</p>
<p>You need to add a list to your Adalo App and provide the external collection (i.e., Employee Collections) as the source data to access the data. </p>
<iframe src="https://scribehow.com/embed/Displaying_the_Airtable_Data_in_Adalo__9RQ7Yz1nS-yvRVgwc1hVdQ" width="640" height="640" style="width:640px;height:640px"></iframe>



<h2 id="heading-filtering-the-airtable-api-results-in-adalo">Filtering the Airtable API results in Adalo</h2>
<p>There are 2 ways of filtering the Airtable data in Adalo. </p>
<h3 id="heading-filter-by-view">Filter by View</h3>
<p>Filtering the results by creating views in Airtable will help get the filtered results from the source without dynamically doing it in Adalo.   </p>
<p>A drawback with this approach is you'll need to create a view for each filter and set up an external collection for every filtered view.   </p>
<p>This approach works best if:  </p>
<ul>
<li><p>you have limited filters in your collection. (ex: If you want to show whether an employee is "Active/Inactive," in this case, the filters are limited to 2)  </p>
</li>
<li><p>You need multiple filters applied in your results (Filter By Formula doesn't support various filters)</p>
</li>
</ul>
<p><strong>Filter results by views in Airtable:</strong>  </p>
<iframe src="https://scribehow.com/embed/Filter_results_by_View_in_Airtable__yGzW2UrDRaOPb0e0ilyBKg" width="640" height="640" style="width:640px;height:640px"></iframe>



<p><strong>Using the filtered view collection in Airtable</strong></p>
<p>To get the filtered results by a view, add the query parameters in your URL while setting up the external collection, as shown in the image below. (i.e., ?view=yourViewName)  </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598764165/1454eb69-2509-49b6-98c8-c0e7e40537df.png" alt /></p>
<h3 id="heading-filter-by-formula">Filter by Formula</h3>
<p>Filter by formula helps to dynamically filter the data in your Adalo App.  </p>
<p>Airtable allows to filter the results using "filterByFormula" in the query parameters.  </p>
<p>If you want to filter the results where employee status is active, you'll be the following formula:</p>
<p>{Status} ='Active'  </p>
<p>Value in the curly braces {} is the field name in Airtable &amp; value in the single quotes is filter value.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598765384/1bb73c18-ac53-492d-a82c-911143332631.png" alt="Airtable API to Adalo" /></p>
<p><strong>Setting up filters in Adalo (filterByFormula)</strong></p>
<iframe src="https://scribehow.com/embed/Setting_up_filters_in_Adalo_(filterByFormula)__Ixa3PZtSRjSDhNgvwdCX0w" width="640" height="640" style="width:640px;height:640px"></iframe>



<p>Other most-used formulas in Airtable include: </p>
<p>AND({field1}='value',{field2}='value')</p>
<p>OR({Field 1}='value', {Field 2}='value')  </p>
<p>NOT({Total} = 0)  </p>
<p> for the full list of formulae, you can refer to the <a target="_blank" href="https://support.airtable.com/hc/en-us/articles/203255215-Formula-Field-Reference">Airtable Formula Reference</a>​</p>
<h2 id="heading-sorting-the-airtable-results-in-adalo">Sorting the Airtable results in Adalo</h2>
<p>Airtable requires sorting parameters to be passed in as query parameters in the URL. </p>
<blockquote>
<p>Each sort object must have a  <code>field</code> key specifying the name of the field to sort on, and an optional <code>direction</code> key that is either <code>"asc"</code> or <code>"desc"</code>. The default direction is <code>"asc"</code>.</p>
</blockquote>
<p>sort[0][field]=Employee Name</p>
<p>sort[0][direction]=desc (optional, default direction is ascending)  </p>
<iframe src="https://scribehow.com/embed/Sorting_Airtable_results_in_Adalo__oqCuRg3-QSyGYjvzGOGF9A" width="640" height="640" style="width:640px;height:640px"></iframe>



<h2 id="heading-rate-limits-in-airtable">Rate limits in Airtable</h2>
<p>The API is limited to 5 requests per second per base. If you exceed this rate, you will receive a 429 status code and will need to wait 30 seconds before subsequent requests will succeed.  </p>
<p>Airtable recommends using a caching proxy for higher limits.   </p>
<blockquote>
<p>​If you anticipate a higher read volume, we recommend using a caching proxy. This rate limit is the same for all plans and increased limits are not currently available.​</p>
</blockquote>
<p>You can use services like <a target="_blank" href="https://nocodeapi.com/airtable-api">NoCodeAPI</a> to bypass the rate limits. </p>
<p>NoCodeAPI also allows you to fetch more than 100 records in a single call which is currently a limitation by Airtable.</p>
<p>​</p>
]]></content:encoded></item><item><title><![CDATA[No-Code Tools and Resources]]></title><description><![CDATA[A list of no-code resources will be continuously updated for you to find all the information related to no-code tools in one place. 

If you’re new to No-Code, you can check out the Beginner’s guide to No-Code . 






Disclaimer: Some of the resourc...]]></description><link>https://nocode.how/no-code-tools-and-resources</link><guid isPermaLink="true">https://nocode.how/no-code-tools-and-resources</guid><dc:creator><![CDATA[Bhanu Vadlakonda]]></dc:creator><pubDate>Wed, 29 Sep 2021 05:33:01 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598774437/4f01777d-5365-423d-98c2-f10ae0a21c08.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>A list of no-code resources will be continuously updated for you to find all the information related to no-code tools in one place. </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598772817/7085a4bf-2dcb-4af3-a8d5-68334758258e.png" alt="No-Code Resources" /></p>
<p>If you’re new to No-Code, you can check out the <a target="_blank" href="https://www.nocode.how/beginners-guide-to-no-code-cktjigno117501osbhtxw5foc/">Beginner’s guide to No-Code</a> . </p>
<iframe class="airtable-embed" src="https://airtable.com/embed/shrjrh12ATbDVy8Pv?backgroundColor=blue&amp;viewControls=on" width="100%" height="533" id="d7af096a-ca9c-4fde-bba9-e2067be86999" style="box-sizing:border-box;background:transparent;border:1px solid rgb(204, 204, 204);width:100%;height:100%"></iframe>





<p><em>Disclaimer: Some of the resources in the list contain affiliate links, if you signup using these, I’ll get affiliate payments or discounts to my subscriptions and in some cases, you’ll be eligible for a discount too.</em></p>
]]></content:encoded></item><item><title><![CDATA[Beginner’s guide to No-Code]]></title><description><![CDATA[When you're starting out with something new, there'll inevitably be questions like, what is it? Where do I find more information? Where do I get started? Etc.
This post addresses your questions if you're starting out with no-code.

Photo by Adi Golds...]]></description><link>https://nocode.how/beginners-guide-to-no-code</link><guid isPermaLink="true">https://nocode.how/beginners-guide-to-no-code</guid><dc:creator><![CDATA[Bhanu Vadlakonda]]></dc:creator><pubDate>Tue, 14 Sep 2021 03:23:57 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598796840/325f1f77-9666-4ad5-87d9-7cfb9f8de9d4.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>When you're starting out with something new, there'll inevitably be questions like, what is it? Where do I find more information? Where do I get started? Etc.</p>
<p>This post addresses your questions if you're starting out with no-code.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598780645/94523a74-d442-40ee-a5af-691ef02e0af4.png" alt="beginner's guide to no code" /></p>
<p>Photo by <a target="_blank" href="https://unsplash.com/@adigold1?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Adi Goldstein</a> on <a target="_blank" href="https://unsplash.com/s/photos/no-code?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Unsplash</a>  </p>
<p>What is No-Code?   </p>
<blockquote>
<p>Put it simply, no-code enables creators to build software applications without writing code.   </p>
</blockquote>
<p>Traditional software development requires learning a programming language like Java, Javascript, React, etc., with no-code you can bypass this step and get straight into building on your ideas.   </p>
<p>No-Code enables non-technical users to drag and drop software components and build full-fledged software applications. Users don't need to understand code or have prior coding experience to make with no-code.  </p>
<h2 id="heading-why-no-code">Why No-Code?</h2>
<p>While no-code enables non-technical users to build software applications, it also has other benefits like faster execution, low-cost development, minor or no setup requirement, etc.   </p>
<h3 id="heading-speed-of-execution">Speed of execution</h3>
<p>With no-code, the time to market is reduced drastically and allows the creator to launch applications rapidly. This is due to the work already done by the no-code platforms in the form of reusable software components, which you don't need to code. </p>
<p>All you need to do is to drag a relevant software component and connect to the desired data source with respective logic, and you're done.  </p>
<h3 id="heading-low-cost">Low-cost</h3>
<blockquote>
<p>No-code platforms reduce the development cost by up to 80%.   </p>
</blockquote>
<p>Traditional software development requires you to code or hire a developer to build the application. </p>
<p>Assuming you are a non-technical person, you'll need to hire at least one front-end developer and one backend developer; this will cost you a few thousand dollars a month. </p>
<p>No-code platforms subscriptions can cost as low as $19 per year <em>(yup, per year!)</em></p>
<h3 id="heading-little-or-no-setup-required">Little or no setup required</h3>
<p>No-code platforms come with all the necessary setup, i.e., front-end editor, database, workflows, automation, etc.  </p>
<blockquote>
<p>Register for an account and start building using drag and drop software components; when you're done, deploy the application.   </p>
</blockquote>
<h2 id="heading-what-can-i-build-with-no-code">What can I build with No-Code?</h2>
<p>You can build almost any software using no-code. Few examples include but are not limited to websites, web applications, progressive web apps, native iOS / Android apps, background automation, chrome extensions, etc.</p>
<p>Just like any other programming language, no-code platforms are evolving rapidly, and capabilities are increasing dramatically. There's no better time than now to start building with no-code. </p>
<p>Examples of No-Code app development platforms.  </p>
<hr />
<p>There are many no-code platforms available in the market; as of this writing, there are reportedly more than 500 no-code platforms available, both for individual creators and enterprises.  </p>
<p>Here are few examples which are well known and widely used platforms currently:   </p>
<p><a target="_blank" href="https://bubble.io/"><strong>Bubble.io</strong></a></p>
<p>Bubble is one of the most advanced no-code platforms with a massive community of builders. Over 1.1 million Bubblers are creating web apps using Bubble as of this writing.   </p>
<p>Bubble recently <a target="_blank" href="https://bubble.io/blog/bubble-series-a-100m/">raised $100mn</a> after bootstrapping for almost 10 years.   </p>
<p>It has a bit of a learning curve initially, but it is worth the time and effort if you want to build advanced web applications with no code.</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598783314/f7c80a5c-f57c-4473-baa2-dfba3dd714d9.png" alt="Bubble examples" /></p>
<p>Price: Free; Paid plans start at $25/month per application</p>
<p><a target="_blank" href="https://www.adalo.com/?via=bhanu"><strong>Adalo</strong></a></p>
<p>Adalo is a mobile-first no-code platform; you can build and deploy your apps into App Store and Play Store with no additional setup. </p>
<p>Adalo is a beginner-friendly tool with a minimal learning curve. They recently <a target="_blank" href="https://www.adalo.com/no-code-series-a-announcement#our-roadmap">raised $8m Series A</a> and are expanding to support web applications with responsive design.   </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598785816/c272d46d-4188-4a04-96d8-bfb19af66eb9.png" alt="adalo example apps" /></p>
<p>Browse more example Adalo apps here: <a target="_blank" href="https://www.adalo.com/made-in-adalo">#MadewithAdalo</a></p>
<p>Price: Free; Paid plans start from $50 per month to create unlimited apps.   </p>
<p><strong><a target="_blank" href="https://www.glideapps.com/">GlideApps</a></strong>  </p>
<p>Glide apps let you build powerful apps from spreadsheets in minutes. </p>
<p>Few notable example apps built within days using Glide during the Covid19 crisis in India and served millions of people in needy are: </p>
<p>Hyderabad Covid Resources </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598788096/57f6f0d4-324f-47d0-b41e-787ae00c5317.png" alt="no code glide app" /></p>
<p>https://hydcovidresources.com/</p>
<p>India Covid Resources   </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598790398/52155911-42cd-4cee-a92d-d6f085a0c134.png" alt="nocode glide app" /></p>
<p>https://indiacovidresources.in/</p>
<p>Price: Free; Paid plans start from $32 per month</p>
<p><strong>​<a target="_blank" href="https://www.softr.io/?via=bhanu">Softr</a></strong></p>
<p>Softr is the easiest, fastest way to build your web apps on Airtable. Softr is one of the few no-code platforms which provide 1 custom domain for free! </p>
<p>One of my favorite communities, <a target="_blank" href="https://www.100daysofnocode.com/">100daysofnocode</a>, is built using Softr.    </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598792786/df331953-eb97-4e05-86f7-fd3a94b6b77c.png" alt="no code softr" /></p>
<p>https://www.100daysofnocode.com/</p>
<p>Browse more example Softr apps here: <a target="_blank" href="https://www.softr.io/made-with-softr">#MadewithSoftr</a>​  </p>
<p>Price: Free 1 custom domain; Paid plans start from $29 per month.</p>
<p>​<strong><a target="_blank" href="https://try.carrd.co/81vfy61p">Carrd</a></strong> </p>
<p>Carrd is the simplest way to build a simple, free, fully responsive one-page site for anything.  </p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1685598795238/89afa579-8b9f-401f-82b9-58c0be09af87.png" alt="carrd no code" /></p>
<p>https://gyftbook.io/</p>
<p>Price: Free; Paid plans start from $19 per year <em>(yup, per year!)</em></p>
<p>​<strong>​</strong><a target="_blank" href="https://xano.io/w1v9mejj"><strong>Xano</strong></a></p>
<p>If you're concerned about the scalability of your no-code app, look no further. Xano lets you create a powerful, scalable backend for your app without writing a single line of code. </p>
<iframe src="https://www.youtube.com/embed/ng0GiVYOFnc" style="width:100%;height:100%"></iframe>

<p>Price: Free; Paid plans start from $59 per month paid annually</p>
<p>And, there are many more no-code platforms on top of the few listed above (<a target="_blank" href="https://airtable.com/invite/r/HYU1jOOh">Airtable</a>, <a target="_blank" href="https://www.notion.so/">Notion</a>, <a target="_blank" href="https://www.bildr.com/">Bildr</a>, <a target="_blank" href="https://zapier.com/">Zapier</a>, <a target="_blank" href="https://www.integromat.com/?pc=bhanuv3">Integromat</a>, <a target="_blank" href="https://retool.com/">Retool</a>, <a target="_blank" href="https://www.clappia.com/">Clappia</a>, etc.)​  </p>
<p><a target="_blank" href="https://www.nocode.how/no-code-tools-and-resources-cku52oex0131971npafopfdnve/">Full list of No-Code Resources &amp; Tools</a></p>
<p>I am a software developer (programmer); should I be concerned with No-Code?</p>
<p>Not at all! As a software programmer, you should be glad that you don't have to write the same piece of code again for a similar use case and instead focus your efforts on creating new stuff that millions of non-technical creators can use. </p>
<p>Your coding skills are an opportunity to make the world a better place by building solutions that don't already exist and even better if those can be reused by non-technical users to adapt to their use case. </p>
<p>No-Code in the news  </p>
<hr />
<p>The worldwide low-code development technologies market is projected to total $13.8 billion in 2021, an increase of 22.6% from 2020, according to the latest forecast by <a target="_blank" href="https://www.gartner.com/en/newsroom/press-releases/2021-02-15-gartner-forecasts-worldwide-low-code-development-technologies-market-to-grow-23-percent-in-2021">Gartner</a>, Inc.  </p>
<p>According to a report published by <a target="_blank" href="https://www.forrester.com/report/title/RES175362">Forrester</a>, the no-code / low code market will achieve an annual growth rate of 40%, hitting the $21.2 billion mark by 2022.</p>
]]></content:encoded></item></channel></rss>