<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Vault &#8211; MakeForms</title>
	<atom:link href="https://makeforms.io/docs-category/vault/feed" rel="self" type="application/rss+xml" />
	<link>https://makeforms.io</link>
	<description>Secure Online Form Builder</description>
	<lastBuildDate>Wed, 04 Oct 2023 21:14:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://makeforms.io/wp-content/uploads/2024/03/cropped-makeforms-favicon-32x32.png</url>
	<title>Vault &#8211; MakeForms</title>
	<link>https://makeforms.io</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">223232230</site>	<item>
		<title>How to setup your API using MakeForms API Vault</title>
		<link>https://makeforms.io/docs/how-to-setup-your-api-using-makeforms-api-vault</link>
		
		<dc:creator><![CDATA[Team MakeForms]]></dc:creator>
		<pubDate>Tue, 03 Oct 2023 22:35:45 +0000</pubDate>
				<guid isPermaLink="false">https://makeforms.io/?post_type=docs&#038;p=21516</guid>

					<description><![CDATA[Video Tutorial    The MakeForms Vault API encompasses a suite of APIs that can be integrated within any form, enabling.]]></description>
										<content:encoded><![CDATA[<h2>Video Tutorial </p>
<p><iframe title="YouTube video player" src="https://www.youtube.com/embed/SFDDuziSyCc?si=7PYiS1YTX4YU7wG2" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></h2>
<h2> </h2>
<p>The MakeForms Vault API encompasses a suite of APIs that can be integrated within any form, enabling you to call upon the API from within the form and utilize the data retrieved from a remote API to dictate the subsequent flow of your form. In this example, we&#8217;ll demonstrate the creation of a Currency Conversion Calculator. Initially, we will set up the Currency Converter API available at <a href="https://exchangerate.host/" rel="nofollow">https://exchangerate.host/</a>. To kickstart the process, click on the Vault menu located in the left sidebar.</p>
<p>1. Click the Vault option in the left menu</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/09abb5fd-acf2-42eb-983e-9fee22a53107/ascreenshot.jpeg?tl_px=0,749&amp;br_px=1719,1710&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=82,277" alt="Screenshot of: 1. Click the Vault option in the left menu" width="560.0" /></p>
<p>2. Click &#8220;Create&#8221;</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/ac5edd36-06db-4161-92eb-cefa05298d63/ascreenshot.jpeg?tl_px=16,0&amp;br_px=3456,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=612,158" alt="Screenshot of: Click &quot;Create&quot;" width="560.0" /></p>
<p>3. Select the API Vault Option</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/2f053175-56d5-455b-a18c-cfc071f36ea9/ascreenshot.jpeg?tl_px=0,0&amp;br_px=3439,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=426,235" alt="Screenshot of: Select the API Vault Option" width="560.0" /></p>
<p>4. In the Name field, set the name of your API call. Here, we will name it Currency Converter</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/f9bfba52-fff5-4e5a-a2bc-3384f15490f0/ascreenshot.jpeg?tl_px=16,0&amp;br_px=3456,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=628,140" alt="Screenshot of: In the Name field, set the name of your API call. Here, we will name it Currency Converter" width="560.0" /></p>
<p>5. Enter the API Endpoint that you would like to call in the endpoint field. For our currency conversion application, we will go to <a href="https://exchangerate.host/" target="_blank" rel="noopener">https://exchangerate.host/</a>, sign up, and get the API endpoint and the API key. Your endpoint will be <a href="http://api.exchangerate.host/convert?access_key=%3Cyour_api_key%3E" target="_blank" rel="noopener">http://api.exchangerate.host/convert?access_key=&lt;your_api_key&gt;</a>. We will be using the Get method to call the API. If your API needs to use the &#8220;Post&#8221; method, you can set it using the GET/POST toggle button at the right side of the endpoint field.</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/3c56e5de-7e47-4f87-b0b9-f1c731e3a80e/ascreenshot.jpeg?tl_px=16,0&amp;br_px=3456,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=680,188" alt="Screenshot of: Enter the API Endpoint that you would like to call in the endpoint field. For our currency conversion application, we will go to &lt;https://exchangerate.host/&gt;, sign up, and get the API endpoint and the API key. Your endpoint will be http://api.exchangerate.host/convert?access_key=&amp;lt;your_api_key&amp;gt;. We will be using the Get method to call the API. If your API needs to use the &quot;Post&quot; method, you can set it using the GET/POST toggle button at the right side of the endpoint field. " width="560.0" /></p>
<p>6. Our Currency Conversion API accepts 3 parameters namely from, to, &amp; amount. We will add these three parameters using the &#8220;+&#8221; button in the input section</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/cca7835a-db31-4249-9c81-72b8c0c775fa/user_cropped_screenshot.jpeg?tl_px=16,0&amp;br_px=3456,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=584,116" alt="Screenshot of: Our Currency Conversion API accepts 3 parameters namely from, to, &amp; amount. We will add these three parameters using the &quot;+&quot; button in the input section" width="560.0" /></p>
<p>7. So, now we have set up API. Now, it&#8217;s time to test our Vault API setup.</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/77e6321a-4e44-4a12-92fc-8ee577264cb3/user_cropped_screenshot.jpeg?tl_px=0,0&amp;br_px=3439,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=425,326" alt="Screenshot of: So, now we have set up API. Now, it's time to test our Vault API setup. " width="560.0" /></p>
<p>8. Click &#8220;Next&#8221; to proceed with the API Testing</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/2b35bed6-1fd4-4ce1-9652-697c3c987bb9/user_cropped_screenshot.jpeg?tl_px=16,0&amp;br_px=3456,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=1063,298" alt="Screenshot of: Click &quot;Next&quot; to proceed with the API Testing" width="560.0" /></p>
<p>9. In the &#8220;Test&#8221; tab, we will be presented with the 3 parameters that we setup in Step 1. We will set the &#8220;from&#8221; parameter to &#8220;USD&#8221;, &#8220;To&#8221; parameter to &#8220;EUR&#8221; and amount to &#8220;1&#8221;</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/8e652318-4c27-4ca9-95a4-2b1a05f459b4/ascreenshot.jpeg?tl_px=0,0&amp;br_px=3439,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=374,207" alt="Screenshot of: In the &quot;Test&quot; tab, we will be presented with the 3 parameters that we setup in Step 1. We will set the &quot;from&quot; parameter to &quot;USD&quot;, &quot;To&quot; parameter to &quot;EUR&quot; and amount to &quot;1&quot; " width="560.0" /></p>
<p>10. On hitting the &#8220;Test Connection&#8221; button, we can see that the API call is successful and we have received the conversion rate in return in the Data Received text area below</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/97d6d0be-96a0-45c6-b241-8cf1afa02068/ascreenshot.jpeg?tl_px=16,0&amp;br_px=3456,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=869,364" alt="Screenshot of: On hitting the &quot;Test Connection&quot; button, we can see that the API call is successful and we have received the conversion rate in return in the Data Received text area below" width="560.0" /></p>
<p>11. Once you have verified the API Connection, now is the time to map the output parameters to use them inside your forms. In our case, all we need is the final conversion rate which here is the result parameter returned by the API. The API has returned the conversion rate as &#8220;result&#8221;. We will set the internal name for this parameter and name it as &#8220;conversion_rate&#8221;.</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/881ee745-9792-471c-8b70-9f3be9f7ff92/ascreenshot.jpeg?tl_px=16,0&amp;br_px=3456,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=853,419" alt="Screenshot of: Once you have verified the API Connection, now is the time to map the output parameters to use them inside your forms. In our case, all we need is the final conversion rate which here is the result parameter returned by the API. The API has returned the conversion rate as &quot;result&quot;. We will set the internal name for this parameter and name it as &quot;conversion_rate&quot;." width="560.0" /></p>
<p>12. Our Conversion Rate Vault API is now ready to be used. So, we will now hit the &#8220;Save&#8221; button and proceed to using this API in our forms.</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/2c82f7c4-7cb4-4850-a915-4ec639d07458/ascreenshot.jpeg?tl_px=16,0&amp;br_px=3456,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=1044,428" alt="Screenshot of: Our Conversion Rate Vault API is now ready to be used. So, we will now hit the &quot;Save&quot; button and proceed to using this API in our forms. " width="560.0" /></p>
<p>13. We will now create a new form and create 2 dropdowns. One for the &#8220;From&#8221; currency and second one for the &#8220;To&#8221; currency. We will later change the values of these dropdowns to the list of currency codes.</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/6abd2f4f-9d4a-4e55-9493-97e3d7910d00/ascreenshot.jpeg?tl_px=0,0&amp;br_px=3439,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=58,138" alt="Screenshot of: We will now create a new form and create 2 dropdowns. One for the &quot;From&quot; currency and second one for the &quot;To&quot; currency. We will later change the values of these dropdowns to the list of currency codes. " width="560.0" /></p>
<p>14. Now, from the elements tab, search for API Action and add the API action field to your form.</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/bbc7a20e-4174-4a63-bc0b-ba43616317e0/ascreenshot.jpeg?tl_px=16,0&amp;br_px=3456,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=957,283" alt="Screenshot of: Now, from the elements tab, search for API Action and add the API action field to your form. " width="560.0" /></p>
<p>15. Now, click the &#8220;Validate&#8221; button and you will see the Action item in the right sidebar. Over here, you will find the API that we configured in the Vault. Here we will select the &#8220;Currency Converter&#8221; API that we setup in previous steps.</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/5811d767-ed08-4bb7-b8e7-d18a5c4fb316/ascreenshot.jpeg?tl_px=16,0&amp;br_px=3456,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=952,326" alt="Screenshot of: Now, click the &quot;Validate&quot; button and you will see the Action item in the right sidebar. Over here, you will find the API that we configured in the Vault. Here we will select the &quot;Currency Converter&quot; API that we setup in previous steps.  " width="560.0" /></p>
<p>16. Now, the moment you select Currency Converter, you will presented with all the input parameters that the API accepts. Here, we had &#8220;from&#8221; &amp; &#8220;to&#8221; parameters. So, we will assign the &#8220;From Currency&#8221; Dropdown value from our form to the &#8220;from&#8221; parameter and &#8220;To Currency&#8221; Dropdown value from our form to the &#8220;to&#8221; parameter. The image below explains the same.</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/716484ef-70c7-48b8-8134-1c82f95638ec/ascreenshot.jpeg?tl_px=16,0&amp;br_px=3456,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=955,359" alt="Screenshot of:  Now, the moment you select Currency Converter, you will presented with all the input parameters that the API accepts. Here, we had &quot;from&quot; &amp; &quot;to&quot; parameters. So, we will assign the &quot;From Currency&quot; Dropdown value from our form to the &quot;from&quot; parameter and &quot;To Currency&quot; Dropdown value from our form to the &quot;to&quot; parameter. The image below explains the same. " width="560.0" /></p>
<p>17. Click &#8220;From Currency&#8221;</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/56440858-907a-4ad1-9e38-32e6eb5131b6/ascreenshot.jpeg?tl_px=1736,806&amp;br_px=3456,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=818,282" alt="Screenshot of: Click &quot;From Currency&quot;" width="560.0" /></p>
<p>18. Click &#8220;To Currency&#8221;</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/c675331b-eac6-44d0-b477-a8be26c093a8/ascreenshot.jpeg?tl_px=1736,806&amp;br_px=3456,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=809,372" alt="Screenshot of: Click &quot;To Currency&quot;" width="560.0" /></p>
<p>19. We will add one more field to map the &#8220;Amount&#8221; input parameter.</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/ec951412-00c1-4722-b829-b53a0e12d1a4/ascreenshot.jpeg?tl_px=985,341&amp;br_px=2705,1302&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=524,277" alt="Screenshot of: We will add one more field to map the &quot;Amount&quot; input parameter. " width="560.0" /></p>
<p>20. Once we are done with the input parameter mapping, we need to map the return value parameters. For this, we will add a new field and name it &#8220;Conversion Rate&#8221;. Since we do not wish to show this field to the user, we will just mark it as hidden</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/1b7d9970-cd77-44e6-ab26-9387e7f345bb/ascreenshot.jpeg?tl_px=16,0&amp;br_px=3456,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=1054,398" alt="Screenshot of: Once we are done with the input parameter mapping, we need to map the return value parameters. For this, we will add a new field and name it &quot;Conversion Rate&quot;. Since we do not wish to show this field to the user, we will just mark it as hidden" width="560.0" /></p>
<p>21. Now, finally, we have to map the conversion rate that we get back from the API to the field inside the form. We will do this by clicking the API Action element and scrolling down to the API Output mapping and select our newly setup field for our conversion_rate parameter which we setup in our Vault API</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/35d87146-0e70-4e66-97c8-99e608c35e54/user_cropped_screenshot.jpeg?tl_px=8,0&amp;br_px=3448,1772&amp;force_format=png&amp;width=1120.0" alt="Screenshot of: Now, finally, we have to map the conversion rate that we get back from the API to the field inside the form. We will do this by clicking the API Action element and scrolling down to the API Output mapping and select our newly setup field for our conversion_rate parameter which we setup in our Vault API" width="560.0" /></p>
<p>22. Finally, we will use the paragraph text element to display the values in the form of   [[100]] [[USD]] =  [[95.535]]  [[EUR. ]]</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/f3647354-47b6-40cd-a12d-b3aacb606cdc/ascreenshot.jpeg?tl_px=0,167&amp;br_px=1719,1128&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=155,277" alt="Screenshot of: Finally, we will use the paragraph text element to display the values in the form of   [[100]] [[USD]] =  [[95\.535]]  [[EUR. ]]" width="560.0" /></p>
<p>23. First add the Paragraph text field</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/7842765e-b880-4192-a02a-933dce7b6e0b/ascreenshot.jpeg?tl_px=750,783&amp;br_px=2470,1744&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=524,276" alt="Screenshot of: First add the Paragraph text field" width="560.0" /></p>
<p>24. Click &#8220;@Select Fields&#8221;</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/ac44b2f9-f74a-4ab9-8dc5-40f641c7bc82/ascreenshot.jpeg?tl_px=490,707&amp;br_px=2210,1668&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=524,276" alt="Screenshot of: Click &quot;@Select Fields&quot;" width="560.0" /></p>
<p>25. Select the fields that you need to display. First we will select &#8220;Enter Amount to convert&#8221; field.</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/420449d6-8437-47c7-844a-634f95b2bf57/ascreenshot.jpeg?tl_px=490,806&amp;br_px=2210,1768&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=524,380" alt="Screenshot of: Select the fields that you need to display. First we will select &quot;Enter Amount to convert&quot; field. " width="560.0" /></p>
<p>26. Then &#8220;From Currency&#8221;</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/d281b19a-6070-42bc-b004-9147921c3053/ascreenshot.jpeg?tl_px=516,771&amp;br_px=2236,1732&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=524,277" alt="Screenshot of: Then &quot;From Currency&quot;" width="560.0" /></p>
<p>27. Type &#8220;=&#8221; and then the &#8220;Conversion Rate&#8221; and &#8220;To Currency&#8221; fields.</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/c89fe8bd-c603-44d2-8ef5-50abbbb4191b/ascreenshot.jpeg?tl_px=468,691&amp;br_px=2188,1652&amp;force_format=png&amp;width=1120.0&amp;wat=1&amp;wat_opacity=0.7&amp;wat_gravity=northwest&amp;wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png&amp;wat_pad=524,276" alt="Screenshot of: Type &quot;=&quot; and then the &quot;Conversion Rate&quot; and &quot;To Currency&quot; fields. " width="560.0" /></p>
<p>28. After setting up, your paragraph text will look like this.</p>
<p class="scribe-screenshot-container"><img decoding="async" class="scribe-screenshot" src="https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2023-10-03/6ec5b2b7-0cd4-4b61-86d4-eb5ed7f9ec22/screenshot.png?tl_px=868,384&amp;br_px=2588,1345&amp;force_format=png&amp;width=1120.0" alt="Screenshot of: After setting up, your paragraph text will look like this." width="560.0" /></p>
<p>29. With this, we are done with the creation of a Currency Calculator using Vault API.</p>
<p>The currency converter form is available to check at <a href="https://eu.frms.link/0unnvie/" target="_blank" rel="noopener">https://eu.frms.link/0unnvie/</a></p>
<p class="scribe-step"> </p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">21516</post-id>	</item>
	</channel>
</rss>
