Power automate convert string to base64

Power automate convert string to base64. Apr 8, 2020 · Whether you're working mostly with Power Apps, creating flows in Power Automate, unlocking the power of Copilot Studio, or building websites with Power Pages, each Community has its own, dedicated blog that is written by--and for--our Community members!When you have a question and aren't sure how to ask it, or when you're looking for a solution Jul 3, 2023 · The code below gets a PDF file selected in a gallery (from a SharePoint Library) and displays in in the PDF viewer. Step 3: After Step 2, provide name as Encode Uri for the flow and then select an operation with name Initialize variable Action as shown in the below Jan 18, 2020 · Power Automate is a powerful automation and integration tool with over 280+ data c In this video, I go through the decodeBase64 Expression in Power Automate. Once the upload is complete, the tool will convert the image to Base64 encoded binary data. Collection functions. I have a column in my Sharepoint list with image info encoded as Base64. I am trying to reformat a base64 img to binary, this base64 string is being produced from a powerapp camera action. png or . e. to this issue, I have created another field in the SP picture library to convert Image to Base64. I've been trying to convert a sharepoint file to base 64 so that it can be uploaded to a docusign envelope and I can't get it to work. 20. jpg. . Hi all, I am trying to build a flow that converts a CSV file into an xlsx file using a guide, but my Flows continue to fail at the step after the base64ToString conversion. Length is -1, however the image exists on Azure, but almost all its properties either null or unspecified: azure. 07-21-2020 11:37 AM. Dec 6, 2019 · Set the OnSelect property of the "Convert" button to following: Set(BinaryImageData, Substitute(JSON(UploadedImage1. Thankss ! View solution in original post. Nov 20, 2020 · Whether you're working mostly with Power Apps, creating flows in Power Automate, unlocking the power of Copilot Studio, or building websites with Power Pages, each Community has its own, dedicated blog that is written by--and for--our Community members!When you have a question and aren't sure how to ask it, or when you're looking for a solution Mar 23, 2023 · Hi @DBTS7 ,. Text Jun 14, 2018 · The Decoded step shows the Base64 text version of the BaseToken string. In the flow we need to convert the pdf-file to a base64 encded string. ' Increment the counter. Here's how you can do that, as well as converting the base64 strings back to file. So, click on the +New step -> select Compose action. May 7, 2023 · You could use the base64 () function convert the Email attachment into base64, if you have multiple attachments, and want to send them all together, you could initialize an array variable, then use the Append to array variable to extract each attachment and store it: Best Regards, Community Support Team _ Lin Tu. See full list on learn. Subscribed. Hi all. So we have no actual physical location to pick up multiple files, there are however multiple files within that zip file. Feb 9, 2018 · Converting email data to base 64 format. I have images saved and displayed using base64 encoded strings. I am using "When an email arrives " trigger and creating a new work item in my VSTS. Power Automate is a powerful Mar 29, 2021 · 03-29-2021 11:09 AM. The Base64 method of encoding is used when binary data, such as images or video, is transmitted over systems that are designed to transmit data in a plain-text (ASCII) format. I'm struggling with taking the output of my select action and simplifying that down to just email;email;email. You can convert a base64 string to a byte array using the following expression: base64ToBinary(your_base64_string) In the following example, I convert a base 64 string (passed as a parameter) to binary array and create a file in SharePoint: Hope it helps! Ferran. Firstly at App OnStart, set a Variable to the base address of your site and folder path. Apr 8, 2020 · Whether you're working mostly with Power Apps, creating flows in Power Automate, unlocking the power of Copilot Studio, or building websites with Power Pages, each Community has its own, dedicated blog that is written by--and for--our Community members!When you have a question and aren't sure how to ask it, or when you're looking for a solution Dec 4, 2017 · Get File Content as Base64. Open free Base64 website and choose Convert application. We get base64 string as input -->convert it to image -->store it to the azure table storage-->fetch the url of stored images. [ If you like my response, please give it a Thumbs Up. You can use power query functions to encode and decode your characters. I am currently trying to create a flow where I am fetching data from a SOAP-based web service. One of the items would have the Base 64 string pasted below. May 9, 2019 · I have a scenario where we upload upload a pdf-file to OneDrive for business. But when I use the Base64toBinary function to get the Binary value of the File content, it gives the same Base64 values from my Base64 file. These steps will allow you to successfully convert a base64 encoded string into an image and save it to SharePoint. DownloadToByteArray(arr, 0); var azureBase64 = Convert. I also tried to "compose" it with the Jul 8, 2022 · Base64 decoding with special characters. Sep 23, 2020 · Thanks a lot!!! I am getting image URL. Please read this article demonstrating how it works. Name the second variable, choose Type as an Object. In this example, the script converts the text stored into the Base64Text variable. I then simply pass the label's text value to the collection that creates the power automate array: Image: lblReceiveImgBase64. The method needs a byte array as input, which you can obtain via File. I am trying to retrieve a SharePoint file’s content as base64. The file is from Azure blob storage btw. Problem is, I have no idea how to code the base64 expression for MS Form vs the manual trigger. Convert the text into base64 string using expression – base64 () Use the Compose operation to convert the base64 encoded string into binary using the base64ToBinary () expression. If you're working with relative paths in PowerShell, use Convert-Path to convert them into absolute paths first. Go to Expressions (Add dynamic content). PowerShell. Select the “Files – File to String” action under PowerTools in the “Choose an operation” dialog. Navigate to https://make. Then provide the flow name, and select the Manually trigger a flow. Sep 1, 2021 · So, if I'm not mistaken there's a way of decode that Base64 using the Compose action. The Variable "ContentAttach" is a string which holds Attachments. But this expression will not save even I saved it. Mar 24, 2022 · But you can create a new idea through the below URL, then ask your colleagues to raise up the votes. (displayname) Replace your_string with the actual text or dynamic content you want to convert to Base64. If you need to encode a text to Base64, fill in the “Text” field and press “Encode text to Base64” — the result will appear in the “Base64” field. The output of this Parse JSON will generate the variables according to the Aug 28, 2023 · End With. Matt Collins-Jones. Jan 8, 2024 · Add a new "Convert base64 string to binary data" action to convert the Base64 string to binary data. Update the expression used in the "Convert base64 string to binary data" action to the following: "base64ToBinary(triggerOutputs()?['headers']?['Data'])" Mar 5, 2021 · Whether you're working mostly with Power Apps, creating flows in Power Automate, unlocking the power of Copilot Studio, or building websites with Power Pages, each Community has its own, dedicated blog that is written by--and for--our Community members!When you have a question and aren't sure how to ask it, or when you're looking for a solution Mar 18, 2022 · Base64 Image to Email. The Base64 online converter supports both functions of the algorithm on same page. 02-28-2023 06:58 AM. Click on the New step. Base64 . Conversion functions. 01-28-2020 06:19 AM. Jun 15, 2020 · In my working manual trigger flow, the decodebase64 code takes the email string and passes it to Get User which then passes it to Add Member. Select OK. Jul 17, 2021 · In this video, we are learning how to convert any file to base64 string. As far as I am aware, this is the only way of selecting a file and viewing it. I have tried with various ways but not been able to do the conversion. 07-10-2019 11:11 AM. You can then use Get files in folder to get those files and then loop through them, and then use Convert file to base64 to get the base64 string for each file. I've tried using the Compose Action with the following expression: @base64 (string (body ('Get_file_content'))) This differs from the Base64 representation Aug 6, 2021 · The top ranks have unique names, making your journey even more exciting! So dive in, collect those kudos, share solutions, and let’s see how high you can rank! Check out the Using the Community boards in each of the communities for more helpful information! Power Apps, Power Automate, Copilot Studio & Power Pages Feb 21, 2017 · blob. Most of the API's prefer files in the Base64 format, we have seen that in the previou 19 hours ago · ContentBytes: Convert_1. To convert VarA from String type to JSON in VarB we use json () function and input VarA. Aug 8, 2019 · substring(variables('ContentAttach'),326,28436) 326 is the starting point of my ContentBytes, 28436 is the lenght of the string. Created by geeks from team Browserling. It allows you to convert CSV into an array and variables for each column. Generate the schema using the sample JSON payload. Add the dynamic content from the Compose action where you used the base64ToBinary function to convert the base 64 text to binary. Just import your base64-encoded data in the editor on the left and you will instantly get UTF8 text on the right. You can copy the encoded data by clicking in the output text areas. 07-28-2021 07:19 AM. I triedto convert the "Body" of email to base64 and display in work item. Jun 26, 2023 · In the "Inputs" field of the "Compose" action, enter the expression base64 (your_string), where your_string is the text you want to encode as Base64. I get this Base64 String as shown from our tracking software and have to convert it first to binary (8 bit) and finally to decimal to evaluate the performance of our trucks (driving times, etc). Kind Regards, Lucian Oct 17, 2021 · Run the flow and see the output. Once you parsed CSV file you can iterate through result array and insert specific column values into SharePoint as you wanted. I agree that those are extra steps, but they seem necessary for the base64 decoding handoffs. 😉. more. Image,JSONFormat. After converting the output to a string, I created another Compose step named "Base64ToBinary" and wrapped that around the output of the previous Base64ToString step, converting the Base64 string to Feb 28, 2023 · There's no way to do this natively in Power Apps. There is char () function exists in Power Apps could convert ASCII, i f your requirements overlap with Power Apps, you can consider using it, here is document Mar 28, 2022 · Whether you're working mostly with Power Apps, creating flows in Power Automate, unlocking the power of Copilot Studio, or building websites with Power Pages, each Community has its own, dedicated blog that is written by--and for--our Community members!When you have a question and aren't sure how to ask it, or when you're looking for a solution Jan 22, 2023 · 01-23-2023 02:26 AM. While I was working on the flow, I could test it successfully. ToBase64String(arr); return azureBase64; } The problem with arr parameter is that I should define its length, but the value of blob. If you need to produce 'file type field' content to send to an API, I'd use Power Automate and create an action that uses the base64 () expression. This will help others find it more readily. Base64 encoding is a process of converting binary data to an ASCII string format by converting that binary data into a 6-bit character representation. I then want to create a flow that sends an email with the form data stored in a sharepoint list including the picture but I cannot find a way to convert the data into an image file. We will use the string in a http POST request body. 10-27-2023 12:50 AM. Basically you have to convert it to binary with the following expression: base64ToBinary (base64_string) I believe I saw this question before, I'll be sure to add the link to that post here because it had an example! Solved: Is there a way to convert Base64 Aug 16, 2023 · So just try "string (contentBytes)" (instread of contentBytes you have to use the whole path to the contentBytes of course). Nov 21, 2022 · I am using power autoamte to convert an image in base64, and then I put this code in html. Message 4 of 5. Feb 15, 2022 · You can use built-in actions to convert values and strings to different formats. But whenever I saved and reopened the flow, the expression will be gone and it'll switch back to CreateFileContent default. png", etc. Hi @MatsT, As far as I know, the answer is no such function could do it in Power Automate. Place the cursor between the two round brackets. Sep 28, 2018 · You can use Parse CSV action from Plumsail Documents connector. 2- Passed it as a string to my model fails as in your example: 3- If I convert the base64 to binary it now works properly: Hope that helps solve your issue. Hi @fchopo. 03-15-2021 08:32 AM. Then click on Create. The user can take photos in the app, which are saved in to a collection as base64 strings. com Oct 7, 2021 · If you already have a Data URI how do you convert this to its base64 representation or a Power Automate ‘File Content’ property? To convert to a base64 string use the following expression syntax: base64(dataUriToBinary(<dataUriValue>)) Power Automate Expressions How To: base64. I've tried using the Compose Action with the following expression: @base64 (string (body ('Get_file_content'))) This differs from the Base64 representation Aug 4, 2021 · Good to know it works that way either, but what I had in mind, was an step/action in Power Automate to convert the JSON to base64, then send that encoded string to the MD5 connector without modifying the code inside the connector. Dec 4, 2017 · Get File Content as Base64. In the Flow designer, click the “+” icon to insert a new action. Value) } ) ); Now, we'll Create a Power Automate flow to send the attachment via email. Hello @Anonymous. Again, select the Initialize variable from actions. 3. You can convert those mail ids (I assume in a collection) to string and separated with coma using Concat function, pass the string to Power Automate, convert to array by split function, use the array values to filter the sql table and use an array variable to collect all decoded base64 values with a function base64ToString(), then response to PowerApps. Base64string) but cannot get it to work. Name the variable, choose type as a String and add value as a JSON object. My byte[] is just an image file so that worked nicely. Click on power Automate and create a new Flow and text input parameter. Than I tried to use the Base64 String of the picture to create a picture via Microsoft Word Connector. Properties. Or base64ToBinary () base64ToBinary([Attachments Content]) [ If I have answered your question, please Accept the post as a solution. Jan 15, 2021 · Super User. com) The product team has direct visibility of these ideas and they will implement it on the basis of the highest number of votes received. v-litu-msft. 03-28-2022 12:11 AM. You can work with Parse JSON to extract the value using the schema. png", "Pic 2. i. Everything runs fine thanks to @Expiscornovus. Now go back to powerapps. If you’ll be using the Base64 encoded data as an Sep 16, 2023 · 12-19-2022 06:03 PM. to view it you could enter it as a data URI for an image as data URI with the format data: [contentType]/ [format];base64, {contentBytes} so for your png image: Solved: I have a Power Automate action that requires an image in base64. Implicit data type conversions Jul 31, 2021 · Step 2: After Step 1, click on New Flow and then Instant Flow and under option Choose how to trigger the flow select Manually tigger a flow and click on Create button as shown in the below figure. I retrieve all the attachment related to that Mail. I set its Text property to: Last(colImageBase64). Dec 10, 2021 · The End-users is opposes this issue, Image URL doesn't display those image URL`s. Then provide the below information: Inputs: Provide the below expression: base64ToBinary(variables('File content')) Step 7: Next, click on the +new step -> select Compose action (Allocated Date). Message 3 of 4. Sep 18, 2020 · Whether you're working mostly with Power Apps, creating flows in Power Automate, unlocking the power of Copilot Studio, or building websites with Power Pages, each Community has its own, dedicated blog that is written by--and for--our Community members!When you have a question and aren't sure how to ask it, or when you're looking for a solution Sep 9, 2021 · I built a PowerApps SharePoint list form that collects, among other things, image data in a text field as a Base64 string:. Can anybo How to convert a file to a Base64 string with Microsoft Power Automate. The lists of different expressions are listed below: String functions. Click on Convert button. So I used an action called ' Apr 27, 2022 · Approach 1. 8K views 4 years ago UNITED KINGDOM. Note that this method needs an absolute path to work. Otherwise, if you have a Base64 string, paste it into the “Base64” field and press “Decode Jan 28, 2020 · Xpath outputs in text format. Nov 5, 2020 · Morning all, I'm trying to get a list of email addresses from a Get Items action and use them to create a variable which will be a string of email addresses separated with a ;. However, I am struggling trying to recreate the first example from the documentation: The way I proceed with PowerAutomate to reproduce the example above is as follows: However, when executing the flow, I do not Nov 14, 2023 · New Member. i = i + 1. Mar 19, 2021 · Thanks @andrii1z - that sounds like it would work and is not too complicated however I managed to workaround the problem by converting the byte[] to a base64 string before sending it to the flow and converting it back within the flow. Get started by uploading your image by clicking the Upload imagebutton. ReadAllBytes(). But I still have one problem. Aug 2, 2023 · 2. Nov 24, 2020 · 11-24-2020 05:24 AM. I would like to launch a user's browser from my powerapp using Launch (ThisItem. 11-02-2020 11:20 PM. In the next step I determine the middle part as this base64 string contains the data I'm looking for: In the last step I try to decode the base64 string: base64ToString (outputs ('determine_the_middle_token')) Jan 14, 2020 · Power Automate is a powerful automation and integration tool with over 280+ data In this video, I go through the base64ToString Expression in Power Automate. com. In Parse JSON step, I am directly using the string variable. As you can see below, the conversion is not correctly transforming and I cannot figure out why. Parse the attachment data and create a variable type as an array. Expressions are Excel-like equations you can use to convert and manipulate data. add a flow, now add a button, and make Jun 28, 2017 · Power Automate will convert with the correct code automatically with the DataURI command, if you cant use power automate, convert image to base64 and use the above code as its prefix (replacing &colon; with : ) Jun 28, 2017 · Power Automate will convert with the correct code automatically with the DataURI command, if you cant use power automate, convert image to base64 and use the above code as its prefix (replacing &colon; with : ) Sep 17, 2021 · I made the test with Form processing models and it worked (I think it's the same with object detection): 1- Converted my file using the base64 encoder you provided. 11-14-2022 11:02 PM. Please click Accept as solution if my post helped you solve your issue. Can you suggest best approach for multiple images. 2. We receive the base64 string through a HTTP trigger. May 18, 2021 · Converting a file to Base64 is easy with . Both solutions lead to another bug because you won't see this formula (except peek code) if you don't use it in a compose action. Expressions. You could also try " base64 (base64ToBinary (contentBytes))". Aug 6, 2021 · The top ranks have unique names, making your journey even more exciting! So dive in, collect those kudos, share solutions, and let’s see how high you can rank! Check out the Using the Community boards in each of the communities for more helpful information! Power Apps, Power Automate, Copilot Studio & Power Pages Jul 6, 2022 · Encode and Decode String Using Microsoft Flow. Enter base64 () in the text entry field. In this video, I go through the base64 Jul 7, 2020 · Steps are explained below. Power Automate is a powerful Nov 2, 2020 · 1 ACCEPTED SOLUTION. May 12, 2017 · Power BI forums; Updates; News & Announcements; Get Help with Power BI; Desktop; Service; Report Server; Power Query; Mobile Apps; Developer; DAX Commands and Tips; Custom Visuals Development Discussion; Health and Life Sciences; Power BI Spanish forums; Translated Spanish Desktop; Power Platform Integration - Better Together! Power Platform Jul 16, 2023 · Step 6: Now, we will convert file content (base64) to binary. Hello, I am currently working on creating a workflow, which monitor the new email coming in, read the attachment of that email and create a new csv file in SharePoint based on content of that email. Import base64 – get UTF8. Apr 22, 2022 · You'll need to automate converting the files to base64. So a user submits their name, email address Nov 14, 2018 · Steps I perform: 1. IncludeBinaryData),"""","")) Then if you want to save the Base64 data back to your SP List, please use the BinaryImageData variable. NET's Convert. powerautomate. In response to MatsT. If your intention is to get the value from the JSON. Mar 15, 2021 · Launch data url (image base 64) from powerapps. Click inside the file drop area to upload Base64 files or drag & drop Base64 files. Then create the attachment content to send in the email. Execute the flow Whether you're working mostly with Power Apps, creating flows in Power Automate, unlocking the power of Copilot Studio, or building websites with Power Pages, each Community has its own, dedicated blog that is written by--and for--our Community members!When you have a question and aren't sure how to ask it, or when you're looking for a solution Mar 12, 2021 · when trying to write a string variable to a file the content is not delivered and the final file is of 0kb size. According to your description, I think binary functions will suitable for your requirements. Click My Flows --> Select New Flows and Select Instant Cloud Flows. 03-18-2022 08:45 AM. Oct 25, 2019 · Actually, BinaryEncoding. add a text, and give it the value of output of our previous step. Save as Jan 19, 2022 · Whether you're working mostly with Power Apps, creating flows in Power Automate, unlocking the power of Copilot Studio, or building websites with Power Pages, each Community has its own, dedicated blog that is written by--and for--our Community members!When you have a question and aren't sure how to ask it, or when you're looking for a solution Jan 20, 2023 · Use a different tool to convert the base64 encoded content to UTF-8 before using it in your flow. I am using the OneDrive Connector "Create File" and use the string variable as Input for the "File Content" Field. now we are referring this Base64 into the PowerBI report but PowerBI has its string length issue. Once Selected it will Open a Popup --> Input the Flow Name and Select PowerApps and Click Create. The JSON function will produce base64 representations of images, but not plain text strings. Here is what I do: Here is what I do: I convert the original image to base64 Use our online tool to encode an image to Base64 binary data. When I Decode the Base64 encoded answer I lose our swedish special characters "å", "ä" and "ö". I am exploring the options to use xpath () funtion for XML manipulation. Community Support. The upload trigger a flow. Feb 15, 2021 · You might post this on the Power Automate Community. 07-08-2022 01:54 AM. Jul 17, 2020 · In a first step I split the token in the three parts. Polo. I think we need to pass some id corresponding to that images n get the url for respective images. Select the Expressions tab. 1. The concerned section of my flow looks like this: Jul 10, 2019 · Base64 to Binary. whole thing when done looks like this. 12-04-2017 05:08 AM. here what i want now is to send a screenshot in my email and i want to display this screenshot in my created work item. So no images, only text (string) thanks for your help. microsoft. I know how I can use a Flow to convert it into a file, and save it on a library, but what I really need is to populate a Word template using directly that Base64 string text without converting into a file first. Step-1: Login to Power Automate, click on +Create -> select Instant Cloud Flow. Let's say you want to use Nov 4, 2021 · The contentBytes is indeed the base64 for your image. 35K subscribers. You will not get the data with the URL, however if you have the Library path, you can get the File Content with Power Automate and may be able to return it to Power Apps. World's simplest browser-based base64 to UTF8 converter. I've tried converting the file to base 64 in a conversion website and hardcoding the base64 code into the flow and that worked, so I know that the docusign part of my flow is working. 4. Good afternoon, On the last screen of my Powerapp, I submit data from the previous screens using a flow. Hence we would like to compress the base64 string to refer PowerBI Mar 1, 2023 · base64ToString(triggerBody()['text']) Next click + again and choose respond to a powerapp or flow. In the final step I assign the Binary input to a string variable. Save this flow, then exit it and make sure its turned on, turn it on if not. Aug 5, 2023 · To do this, follow the below steps. In order to display these base64 images in powerbi seems like i need them to be in binary then convert them back to base64 in powerbi for them to show, at least this is what i am seeing online. We check Document Location in MS CRM if present we create attachment file in sharepoint else we create document location in MS CRM and then attachment file in Sharepoint. Base64 only means the encoding format. 02-09-2018 01:46 AM. Logical comparison functions. Set(. Sep 25, 2020 · For content, I used this expression - base64ToBinary (triggerBody () ['CreatefileFileContent']). For example, you could use a script or an online base64 decoder that supports UTF-8. Step 2: Next, click on the +New step -> select Compose action. Now, you can see the Manually trigger a flow action is the flow page. Jul 6, 2022 · Encode and Decode String Using Microsoft Flow. Insert the necessary values or variables in each input field. The DecodedText step shows the decoded verson of the BaseEncodedToken string. You can upload maximum 10 files for the operation. 6. If I don't take a photo, my JSON payload looks like the image below. when looking at the variable a step before, ican see that the content is there. After typing in base64 (), click back to the Dynamic Content tab and then simply select your Support comments content. Use the "Compose" action in Power Automate to convert the base64 encoded content to a string and then use the "Parse JSON" action to convert the string to a JSON Jul 20, 2020 · The content of the received attachment is base64 code, if you want it to display readable, you could use the base64ToString () function convert it into string, for example: If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Before deploying the Run PowerShell script action, use a Set variable action to store the text you want to convert into a variable. Jan 13, 2020 · Power Automate is a powerful automation and integration tool with over 280+ data In this video, I go through the base64ToBinary Expression in Power Automate. Add a File Name and be sure to include the correct image file extension such as . However, when I view the file, all the contents are in base 64 format. Mar 21, 2023 · Whether you're working mostly with Power Apps, creating flows in Power Automate, unlocking the power of Copilot Studio, or building websites with Power Pages, each Community has its own, dedicated blog that is written by--and for--our Community members!When you have a question and aren't sure how to ask it, or when you're looking for a solution Dec 13, 2022 · Created a label 'lblReceiveImgBase64' (invisible) that gets the base64 string that I needed to be passed to power automate. azure-storage. I'm using the "Get file content" Action which returns the file as binary. Power Apps Ideas - Power Platform Community (microsoft. ToBase64( doc. as you can see in the picture. In the Add document to envelope action, place the cursor in the document Base64 * - 1 field. Instructions. Feb 23, 2023 · To convert the Base64 text to hexadecimal format, use the Run PowerShell script action and populate the following command. Mar 12, 2024 · Follow these steps to encode file content. I then added a Compose step named "Base64ToString" taking the output from the previous HTTP request and wrapping it in a string function. Feb 2, 2021 · Hi Linn, I'm trying to convert the Base64 file as a Binary file in SharePoint using Power Automate. The confusing thing here is that both are strings and you're basically encoding one into the other; but obviously you cannot include things like </version> in a HTML call directly. Share. ToBase64String(Byte[]) method. Jul 28, 2021 · Base64 string and JSON format. Free, quick, and very powerful. This will save all images in a folder you define, each of them named "Pic 1. [ I also blog about Power Automate solutions even for non-IT people. Step 1. Select the Dynamic content tab and choose File content. We are however receiving a Base64 string that we need to convert to a specific zip file. 01-16-2021 10:13 AM. Oct 26, 2023 · Thanks for the answer. cq lf ro st xp ha ht kq um dg