Тёмный
Encodian
Encodian
Encodian
Подписаться
Encodian Indxr Guide - Automation
6:10
4 месяца назад
Encodian Indxr Guide - Run Indxr
6:06
4 месяца назад
Encodian Indxr Guide - Authentication
4:25
4 месяца назад
Trim text in Power Automate
5:25
5 месяцев назад
Split text values (strings) in Power Automate
6:20
6 месяцев назад
Replace values in text using Power Automate
5:53
7 месяцев назад
Power Automate's New Designer Explained
16:54
7 месяцев назад
Remove Text between Values in Power Automate
3:52
7 месяцев назад
Add and Remove Watermarks from PDF Documents
14:54
7 месяцев назад
Encodian Indxr Guide - Install
3:27
9 месяцев назад
Комментарии
@1066sgp
@1066sgp 3 дня назад
Very useful. Thanks
@chrisjanowski7536
@chrisjanowski7536 7 дней назад
Saved me!
@huhuhao
@huhuhao 14 дней назад
Hi Encodian, how many actions to be counted in this video? Does convert non-PDF to PDF and merge count as 2 separate actions?
@jennafischer4497
@jennafischer4497 Месяц назад
This looks different now
@PieceFairy
@PieceFairy Месяц назад
Hey! Thank you for this very helpful video. Is it also possible to integrate this Flow into PowerPages so that this process would work with extern users?
@encodian
@encodian Месяц назад
Hi! I'm glad you found the video helpful! If you contact support@encodian.com, they may be able to help with your query.
@kevennguyen3507
@kevennguyen3507 Месяц назад
Excellent video. Thank you so much! All worked out well for me and I'm trying out the trial.
@encodian
@encodian Месяц назад
Hi @kevennguyen3507, we apologise if you found our website difficult to use and couldn't start your free trial. Hundreds of people sign up every day without issue, so your case is rare! All you need to do is head to our Flowr page (www.encodian.com/product/flowr) or Try Now page (www.encodian.com/try-now/) to get your API, and you're ready to start automating! We try our best to make sure automation is accessible to all, which is why we have a free Flowr plan which costs no money at all. (You will automatically switch to this after your Free Trial unless you upgrade.) If you need help setting this up, please contact our award-winning support team via our support site or by email at support@encodian.com. Thanks for your feedback, and I hope you get this issue resolved. - Ev
@jaredwaterman5868
@jaredwaterman5868 Месяц назад
Thanks.. totally was able to generate the code and copy/paste, but on testing it, I receive a "Status" '404' error for "message" "file not found clientRequestID: This occurs in the "GET FILE CONTENT" step and I have no idea why. The tigger and trigger condition worked correctly upon modifying the list item, but not sure why it cannot "Get File Content" or what this error means. Any ideas on how to correct? Thanks!
@szaitis
@szaitis Месяц назад
Thank You master :)
@jasontellone7285
@jasontellone7285 2 месяца назад
This is terrific! Could you please export the template/solution? Or walk us thru each step in more detail?
@encodian
@encodian Месяц назад
Hi! We're glad you found our tutorial valuable. You can find Sophie's companion blog here: www.encodian.com/resources/flowr/get-rows-from-excel/ If you still have more questions, please email support@encodian.com, and they should be able to support you further. Thanks!
@Daniel-us8kf
@Daniel-us8kf 9 дней назад
I feel like your glossing over the point of the video at 2:04. How do you use it as an input? Get a Row from Excel still specifies a file and table. How do I switch it to grab the data made in the previous step?
@cometred9781
@cometred9781 2 месяца назад
Thank you so much for this!! Is there any way that you can delete the duplicated cases based on a specific column? For example when the email addresses are duplicated, delete the whole role sth like that. Thank u!
@encodian
@encodian Месяц назад
Hi! We're glad you found our tutorial valuable. If you email support@encodian.com, they should be able to support you with your question. Thanks!
@Aamiraps
@Aamiraps 3 месяца назад
Great video thanks
@jonaskarlsson477
@jonaskarlsson477 4 месяца назад
was looking for how to remove a specefic row
@encodian
@encodian 4 месяца назад
You can do this with the 'Delete Rows from Excel' action (which also supports CSV files) - support.encodian.com/hc/en-gb/articles/9936160309148
@prithvi213
@prithvi213 4 месяца назад
Is it possible to parse multiple tables from a single html file?
@encodian
@encodian 4 месяца назад
Edited: By default the action will return the data from the first table found. To target other tables use the 'Table Index' or 'Table ID' properties
@s961201
@s961201 5 месяцев назад
Anyone knows if it is at all possible to populate several images with the repeating control in Word? If I define at table as repeated and insert an image control - when in Powerapps I cannot assign value to the image, only the text controls.
@encodian
@encodian 5 месяцев назад
You cannot do this with the native 'Word Online' premium connector, you can do this with Encodian 'Populate Word' action, example of working with multilpe images is also provided here: www.encodian.com/blog/add-sharepoint-list-item-data-to-a-document/
@s961201
@s961201 5 месяцев назад
@@encodian I tried using encodian but was asked for API key, connection name and region... so I figured this is something I'm not allowed to use at work...
@encodian
@encodian 5 месяцев назад
@@s961201 - You simply need to register for an API Key @ www.encodian.com/apikey
@lucasbarna6176
@lucasbarna6176 6 месяцев назад
Thank you . Help me a lot to solve a issue
@jenniferdinero585
@jenniferdinero585 6 месяцев назад
Do youknow how to edit an older flow? I get a message 'New designer cant be used for this flow yet' but it wont allow me to change to the classic and edit?
@encodian
@encodian 5 месяцев назад
Just add this to the URL which disables the new designer &v3=false
@user-rk5vo4rc7j
@user-rk5vo4rc7j 6 месяцев назад
But what if i just want to dismiss the fist page and keep the rest?
@encodian
@encodian 6 месяцев назад
This is pretty simple; split the document using the following page array configuration: [1-1],[2-999999] .This should create two documents, and either loop through using a foreach loop to get the 2nd document or reference directly with an expression, noting that arrays are zero based indexes so the 2nd document is 1. Filename property: outputs('Split_PDF')?['body/documents'][1]?['fileName'] and File Content property: outputs('Split_PDF')?['body/documents'][1]?['fileContent']
@user-rk5vo4rc7j
@user-rk5vo4rc7j 6 месяцев назад
@@encodianThanks, i'll try it
@user-rk5vo4rc7j
@user-rk5vo4rc7j 6 месяцев назад
@@encodianIt worked, thanks
@ivantchangam4563
@ivantchangam4563 6 месяцев назад
How do I get the convert option
@encodian
@encodian 6 месяцев назад
You need to install the Encodian Vertr SharePoint App - support.encodian.com/hc/en-gb/articles/10873157536541-Deploy-Vertr-to-all-SharePoint-Online-Sites
@komailbutt2998
@komailbutt2998 6 месяцев назад
Do we have a top right option in the orientation field?
@encodian
@encodian 5 месяцев назад
This is not an option currently but feel free to raise a feature request via our community forums located - support.encodian.com/hc/en-gb/community/topics/360000062053-Feature-Requests
@plamendimitrov9097
@plamendimitrov9097 5 месяцев назад
Can you remove any watermark or just the ones created with Encodian?
@encodian
@encodian 5 месяцев назад
@@plamendimitrov9097 - The action will remove all watermarks, not just those created by Encodian
@plamendimitrov9097
@plamendimitrov9097 5 месяцев назад
@@encodian Thank you! This is exactly what I need!
@komailbutt2998
@komailbutt2998 6 месяцев назад
Hi can we make the orientation top right?
@encodian
@encodian 6 месяцев назад
Hi! If you contact support@encodian.com, they should be able to help with your query! Thanks
@user-dr3gd8is9f
@user-dr3gd8is9f 6 месяцев назад
Hi! its a good explanation, I have a doubt, Im trying to create a flow to assign a person who will lead the team meeting that occurs Monday, Wednesday and Friday, each day should be different person and there are 25 members on the department, Is there any way I can automate the meeting to assign a moderation role with different person until everybody has been moderator? do you have any example of how can I do this? Thanks in advance!!!
@encodian
@encodian 6 месяцев назад
Hi! If you contact support@encodian.com they may be able to help with your query! Thanks!
@sanprasa1
@sanprasa1 7 месяцев назад
Hi, I have DOB column in my SharePoint list and a Age text column, where I would like to populate no of age using power automate flow once a day, please advise
@encodian
@encodian 6 месяцев назад
Hi! If you email support@encodian.com, they should be able to help with your query!
@liakat26
@liakat26 9 месяцев назад
Thanks. I am using power automate desktop. I like to extract a webpage with 250+ rows. I like to put all rows in ' live web helper' popup , but it is taking only 20 rows. I am trying to get ' Extract entire HTML table" after right clicking on entire web selected on 'live web helper'......BUT, " Extract entire HTML table" is not showing!!! Any clue , please . ( I am beginner in power automation )
@encodian
@encodian 8 месяцев назад
Hi @liakat26! If you're still struggling with this we suggest getting in touch with our friendly support team 👉 support@encodian.com They can ask you more about your scenario and help you directly!
@sheikhmuzammil89
@sheikhmuzammil89 9 месяцев назад
how to escape all characters? like '\'?
@encodian
@encodian 5 месяцев назад
I'd suggest contacting support@encodian.com - its not clear what you are trying to escape... if you are trying to escape speech marks / double quotes please review - www.encodian.com/blog/escape-double-quotes-in-json-using-power-automate/
@bhaveshmore3590
@bhaveshmore3590 9 месяцев назад
If I insert wrong email address still showing result true.
@encodian
@encodian 9 месяцев назад
This action is validating the format of the email address using a regex. You can tweak the regex in the advanced settings as needed if there is an outlier you need to cover. The regex is not 100% aligned to the RFC but acknowledged as one the concise versions which provides good coverage.
@DataSpinners
@DataSpinners 11 месяцев назад
Hi Jay - Nice - assume this uses 2 Encodian credits?
@encodian
@encodian 11 месяцев назад
Hi Rory - Thanks, yes a credit is consumed everytime you call an Encodian action.
@viewmaja
@viewmaja 11 месяцев назад
Thanks! Can you please do a video on repeating paragraphs with hanging indentations? Used allow carriage option in plaintext but new line is always starting as indented
@encodian
@encodian 5 месяцев назад
The engine will repeat the exact data contained within the <foreach> tag... if a carriage return is being added it must be present within the repeating paragraph.
@Tomaszrobin
@Tomaszrobin 11 месяцев назад
How did you format the Evidence field to read the image? Is there any watermark added? When I type the text <<image [evidence] -keepRatio>> Power Automate returns the error "The following error occurred populating the word document provided: Tag 'image' is not well-formed. Tag 'image' must be located within an image "
@YasintaKurnia99
@YasintaKurnia99 9 месяцев назад
same here. do you have any updates about that?
@YasintaKurnia99
@YasintaKurnia99 9 месяцев назад
well i've figured it out, thanks
@Tomaszrobin
@Tomaszrobin 9 месяцев назад
@@YasintaKurnia99 nice ;)
@encodian
@encodian 5 месяцев назад
The image tag would only ever insert an image into the document, adding a watermark is a totally different amendment to the document which can be performed with the 'Add Text Watermark to Word' action - support.encodian.com/hc/en-gb/articles/4411284008593-Add-Text-Watermark-to-Word Please refer to the following documentation which provides a visual guide on how to configure the word document and Encodian image token - support.encodian.com/hc/en-gb/articles/10401460927388-Images
@drbadiodefora
@drbadiodefora 11 месяцев назад
Erro recebido: The response is not in a JSON format.
@encodian
@encodian 11 месяцев назад
Please contact support@encodian.com. Please review the full Output from the action, the error message 'The response is not in a JSON format' is a generic Power Automate message, the actual issue will be detailed in the Output of the action. Noting, this will be an authentication issue (incorrect API key) or you have ran out of actions.
@drbadiodefora
@drbadiodefora 11 месяцев назад
@@encodian more details: "Body" { "error": { "code": 401, "source": "flow-apim-europe-002-northeurope-01.azure-apim.net", "clientRequestId": "cc9a67f8-cea8-4754-914f-f907d07740df", "message": "The response is not in a JSON format.", "innerError": "The API Key provided is not valid" } }
@geniffreybote3480
@geniffreybote3480 Год назад
Hi Sir, is that a dynamic QR code?
@encodian
@encodian 5 месяцев назад
All QR codes are dynamically generated based on the data and configuration supplied
@AU-1120
@AU-1120 Год назад
Hi, is there any way to remove blank row (last blank row) from CSV?
@encodian
@encodian 5 месяцев назад
Sure, you can do this with the 'Delete Rows from Excel' action - support.encodian.com/hc/en-gb/articles/9936160309148-Delete-Rows-from-Excel
@TinaDerby01
@TinaDerby01 Год назад
Love it! Soooo clearly explained 😄
@encodian
@encodian Год назад
Thanks, Tina! Glad we could help!
@user-wy3ol9ny8o
@user-wy3ol9ny8o Год назад
The pdf is blank
@encodian
@encodian Год назад
This will be caused by the data you are passing to the action, please contact support@encodian.com if you need advice configuring your flow.
@hemantsahu4757
@hemantsahu4757 11 месяцев назад
I'm filtering the data based on their extensions and then converting it into pdf. This is giving me an error Name and Content bytes of type Array must be a primitive type.
@a.trip.around.the_sun
@a.trip.around.the_sun Год назад
Hi ,i am getting error route did not match status :400 can u plz help I want to populate image attachment to word template any help much appreciated!!!
@encodian
@encodian 5 месяцев назад
Please contact support@encodian.com, a 400 error is generated when invalid data is sent for processing.
@cedrictay3679
@cedrictay3679 Год назад
Can this be done for mail merge from excel to word and save the file?
@davidoddy4668
@davidoddy4668 Год назад
This method I assume is free connectors avoiding the premium associated with connecting in to word? If so This looks great for what I need!
@encodian
@encodian 5 месяцев назад
The Encodian connector is a 'Standard' connector and does not require Microsoft Power Platform premium licences
@ashrafshorman6113
@ashrafshorman6113 Год назад
Very helpful, Many thanks
@shamirnostasayala4676
@shamirnostasayala4676 Год назад
Hello, I have a doubt, I need to populate a Word with at least 5 attachments and also want the names to be displayed on top of the image it will generate. What would be the correct form to write the word document?
@encodian
@encodian Год назад
Please refer to the following post which provides a detail example of how to do this - www.encodian.com/blog/add-sharepoint-list-item-data-to-a-document/
@SystemPRM
@SystemPRM Год назад
can it used on powerapps?
@encodian
@encodian Год назад
Yes, just pass the data from your PowerApp to Power Automate 😎
@jb-yc7oc
@jb-yc7oc Год назад
Does this work for tables with multiple records?
@encodian
@encodian Год назад
Sure does, check out - support.encodian.com/hc/en-gb/articles/360020426438-Tables
@chrisparker7016
@chrisparker7016 Год назад
Thanks, a great explanation and you answered my question in under 3 minutes.
@josephusmelegrito7201
@josephusmelegrito7201 Год назад
Is there a way to modify a document like deleting a chapter based on a condition?
@encodian
@encodian Год назад
@josephus - Yes, you can use conditional expressions to control the data added to a document - support.encodian.com/hc/en-gb/articles/360020512538-Conditional-Expressions
@moomoo7946
@moomoo7946 Год назад
It doesn't work for me. No matter what I do, some random backslashes are added, so using your example, I get: [{\"Team\":\"Aston Villa\", ... etc
@encodian
@encodian Год назад
The backslashes are not random, it is simply escaped JSON. The Encodian action is not returning the data escaped... depending on the size and how you are viewing the data, Power Automate may display the data in an escaped form. This is explained further in this blog post: www.encodian.com/blog/parsing-json-returned-by-encodian-actions/
@raslaankhan5146
@raslaankhan5146 2 года назад
Nice work. Interesting!!!
@robergj
@robergj 2 года назад
Hi! using this action is it possible to set a transparent background for the QR code? Thanks
@encodian
@encodian 5 месяцев назад
No, we do not support this but a transparent background would allow the background to become part of the QR code, thus corrupting the QR code itself.
@stuartharrod4007
@stuartharrod4007 2 года назад
Great approach. Very useful!
@alomarvelazquez
@alomarvelazquez 2 года назад
Hello, Encodian Team. I would like to apply an image to a fillable PDF. I was trying to send that image as base 64 format but I don't see that image in my pdf file. Could you give me a tip for visualize my image (base 64) in my PDF? Thanks for your help. Regards!
@encodian
@encodian 2 года назад
Please refer to the following article on our 'Fill a PDF Form' action which covers this requirement - support.encodian.com/hc/en-gb/articles/360008556077-Fill-a-PDF-Form
@saikiran4820
@saikiran4820 2 года назад
Hi , can you please elaborate the expression which is used in "Get Attachment Content " action
@encodian
@encodian Год назад
We're using the Power Automate first() expression to return the first item in an array. examples: www.encodian.com/blog/get-the-first-item-or-first-file-from-an-array-in-power-automate/
@Luca_040
@Luca_040 2 года назад
Thank you very much!
@baritone777
@baritone777 2 года назад
I'm a complete newbie to Power Automate, and this answered my question exactly. Thank you!