Power automate substring function. We will demonstrate each function separately with a real-time example. (The employer name is also in the body of the text between a set of apostrophes if that is easier to work with. May 1, 2018 · This function returns a subset of characters from a string. Jul 27, 2022 · How to use the Power Automate “nthIndexOf "function? First, I'll explore the basics, tips, and tricks on using it efficiently in your Flows. Jan 21, 2021 · Welcome to Function Day. Here, I will use two SharePoint lists called Inquiry List Sep 16, 2023 · I was hoping to get some help extracting a portion of a string between two characters in Power Automate. One vital part of working with information in Power Automate is taking care of substrings. Instead, we can use the substringof () function to retrieve the list item that contains a particular substring. If you specify a single-column table that contains strings, the Jun 9, 2020 · Here’s another important Text function called Substring. At this time there is Two (2) Text Function action we can utilize. A -1 (negative number) is not allowed as the length parameter in a substring function. See the syntax, parameters, return value and examples for common use cases such as getting substring before or after a character, removing first or last character, or extracting last character. im trying to get power automate to replace the string between Static and Stanic1 with variables (‘ReplacementString’) Oct 14, 2023 · In this article, we will learn and explore the IndexOf function in Power Automate flow with 10 real-time examples using SharePoint Online as a data source. PS: As the name suggests, String functions work only on s Sep 15, 2020 · I am trying to write a workflow with Power automate (previously written in SharePoint 2010 workflow). Understanding how to function with substrings is fundamental for successful information control and extraction. You can define the text to crop using flags that are the first occurring given character or string markers. In my expression I am: Concatenating "00000" and the List ID number ("99"). Oct 26, 2023 · In this “Power Automate Sub Function” article, we will learn about what a sub function is in Power Automate and how to use a sub function in Power Automate with real-time project-based examples. Microsoft Flow is no different in the fact that it offers us the use of this function, but the way we use it is a bit different than typical modern approaches. You'll probably want to use a combination of Length (), Greater (), and maybe Substring () to accomplish this. Oct 4, 2024 · substring (‘PRD-12345-XYZ’, 4, 5) This will return 12345. You can crop values before, after, or between the specified text flag (s). With an example for each function, you're guaranteed to master Nov 6, 2023 · Here, I will explain how to extract string after character using the Split () function in Power Automate with different examples. Example: Finding the Last Position of a Substring in a Text Field To find the last position of the word ‘ important ‘ within a ‘ Remark ‘ field in a SharePoint list or Document Library A place to discuss, share, and problem solve all things Microsoft Power Automate formerly Microsoft Flow related. The Power Automate LastIndexOf function returns the index of the last occurrence of a substring, starting from 0, with a case-insensitive search. 0 Jun 3, 2019 · The substring function allows me to extract part of a string - I specify where to start (position 0) and how many characters I want. Oct 19, 2023 · Re: Replace string @Chriddle Sorry I should’ve be more clear. See full list on learn. To find how many characters to take, I use the length expression to give me the string length and subtract one for the result. All important string functions are shown with an example. I also have a relate… Substring Function What is the Substring function? Substring is used to extract some part of it. g. Follow this easy guide to extract specific text using built-in string manipulation actions. Jul 4, 2025 · Master Power Fx expressions in Power Automate with this comprehensive cheat sheet. microsoft. Oct 16, 2023 · Learn how to use the substring function in Power Automate to extract a portion of a string based on a defined index and length. Sep 22, 2022 · Here again, we are using the substring () function of Power Automate to remove the first 3 characters ‘ the ‘ and the last character ‘ s ‘ from the variable value. If you didn't know, Select is kind of like a map function - it produces a given output for each element of the input. Scenario: Recently, I got a requirement to check whether the particular field value contains the string using Power Automate. It is important to understand all of them and what they do. Nov 7, 2024 · Learn how to use the Power Automate concat() function with real examples. " Action using: 'Substring'. This function is especially helpful while managing information change, text examination, or when you want to portion data in a more reasonable configuration. Best regards, Venkadesh Oct 14, 2023 · LastIndexOf Function in Power Automate: Examples with SharePoint Online We will demonstrate various scenarios where the lastIndexOf function can be used with SharePoint Online as the data source. The tutorial offers a comprehensive guide to the substring function, which extracts a portion of a string based on the provided index Aug 17, 2022 · Power Automate gives you three ways to extract a piece of text from a longer string. Oct 15, 2023 · Syntax of nthIndexOf Function in Power Automate nthIndexOf(expression, value, nth) Expression: The input string or array where the search will be performed. Step-by-step guide to combine strings and build dynamic content in your flows. If more than one match is found, you can replace all of them or specify one to replace. 6 days ago · Learn how to use Power Automate’s replace() to clean text, remove special characters, or replace the nth occurrence of a substring. If you add the 'add' function, the index position of the first space represented by the space is subtracted by 1. May 31, 2023 · I need a Power Automate expression to extract a substring from a string, based on the regex AA-BBB-\d{1,6} but apparently Power Automate doesn't offer a regex match/extract function via expressions. Aug 13, 2024 · Power Automate has different text functions that one can use to manipulate strings in order to enhance workflows for your various applications. May 5, 2024 · Error: "The 'start index' for function 'substring' must be equal to or greater than zero and must be less than '2242' which is the length of the string. Feb 1, 2019 · Which includes the String value you want to find a substring of, the position within that string that you want to start from, and how many characters from that starting position you want to include in your substring result. Feb 20, 2024 · Learn how to use the Power Automate substring () function to extract part of a string based on start index and length. Left returns the beginning characters of a string. range () creates an array from a given range of numbers. Dec 6, 2021 · It seems like extracting between these two delimiters would work if I could get the expression right. Power Automate, a key component of Microsoft’s Power Platform, empowers users to automate tasks and processes seamlessly. Oct 4, 2023 · String Functions (Power Automate Cloud flows) 10/04/2023 02/08/2024 Twitter Facebook Pin it LinkedIn Pocket Copy The Power Automate Slice function lets you extract a substring of a given string by defining a start and end index within a given string. The examples show how Split can be used with the First and Last functions to extract a single delimited substring. Find returns blank if the string in which you're searching doesn't contain the string for which you're searching. Jun 10, 2024 · The Power Automate string functions are crucial tools for converting, manipulating, and formatting strings and string characters in a Microsoft Flow. I will show you the contains () Power Automate string function with syntax and examples. Function to cut out an arbitrary start-to-end substring from the specified text. Jan 19, 2024 · See all the available text actions. The substring function is the number of characters. com Learn how to use the substring function and the substring action in Power Automate to extract a part of a given text. We would like to show you a description here but the site won’t allow us. The flow has the following steps: * Define Jan 4, 2024 · Check out this complete tutorial to learn how to use Power Automate length() Function with different examples. Understanding how to involve the substring in Power Automate can streamline many assignments, from information control to Nov 5, 2024 · Do you want to know how to use Power Automate ndexOf function? Check out how to use Power Automate IndexOf and also power automate indexof examples. Function: substring (text, startIndex, length) Example: substring (‘This is a short string’,10,5 Nov 17, 2023 · Do you want to check whether a string contains a value in Power Automate? This Power Automate tutorial will help you check whether the string contains a value or not using the contains function in Power Automate. 1. Apr 19, 2025 · Use the Concat function to recombine the string without the separators. Jun 10, 2024 · The Left, Mid, and Right functions return a portion of a string. Note This reference guide applies to both Azure Logic Apps and Power Automate, but exists in the Azure Logic Apps documentation. Jan 26, 2021 · “The template language function ‘substring’ parameters are out of range: ‘start index’ and ‘length’ must be non-negative integers and their sum must be no larger than the length of the string. This week we'll explore Microsoft's Power Automate “replace” function and give you tips on how to use it efficiently. Nth: The desired occurrence of the value within the expression. By permitting clients to separate explicit bits of strings, it upgrades the capacity to successfully deal with and change information. Right returns the ending characters of a string. substring (‘Transaction:ORD12345-Completed’, 12, 8) plaintext In summary Within automated workflows, the Power Automate substring function is a flexible and effective tool for data modification. Is there an easy way, possibly a short custom expression? Oct 7, 2023 · Japanese version. Among its array of functions, the Sub function plays a crucial role in Feb 1, 2023 · This video tutorial focuses on the "nthIndexOf" function in Power Automate's string function library. Like you can extract the first name using the ‘substring function’. Apr 8, 2019 · By: Tori In most programming languages, we have access to an extremely helpful function called substring. So let’s have some examples to check if a string contain substring in PowerApps using these functions. This will return the substring with starting index of 3 and the length of the string from the starting character. It requires 3 parameters: the string from which the substring is taken; the index where the substring begins; and the length of the substring. Learn how to use Power Automate Strings by examples on how to concat strings, join strings, split strings, replace strings and more. In this post how to create and use these custom functions. Oct 8, 2024 · Although Power Automate provides straightforward tools for manipulating strings, such as substring (), it is possible to make intelligent and effective flows without utilizing these functions. com/ | ver. Jun 9, 2025 · Learn how to get a substring from a string in Power Automate Desktop. The first solution I tried was using a Text Function to find the text positions for "Show:" and "Technology Group" and then start the extraction, but that doesn't work perfectly, either. Follow simple steps to manipulate text data and streamline your automation workflows. Mid returns the middle characters of a string. Expressions I used in this video are as follows:using split()last Mar 31, 2023 · Conclusion: Using Substring in Microsoft Power Automate can help you extract a part of a string and use it in your workflows. With Power Automate, it is possible to extract text from emails, PDFs, images Excel or SharePoint Lists, and many other sources. substring () creates new strings from a selected range of a given string. You have to give the index from where this function starts extraction. See examples of substring function with SharePoint, CSV, JSON, URL, and array inputs. Some common use cases include field cleanup, file creation, etc. Sample Example: nthIndexOf Function in Power Automate: Real-time Examples We will explore various scenarios Here is an example work order number: "ES00099" As far as I know there is no "Left" or "Right" style functions in Power Automate to simplify this expression. Jun 5, 2025 · This article is part of the Working with Power Automate series I am writing on my experiences working with the Power Automate, which is part of the Power Platform from Microsoft. If it is, please consider giving a thumbs up. It links many platforms, services, and apps to enable people and organizations simplify procedures with the least amount of work. Dec 15, 2021 · Power Automate expressions make it easy to split a string by the first space, if you convert it to an array first. My guess is that it cannot find the ; character in your task details description field. Step-by-step guide to filter SharePoint list data efficiently in your flows. By utilizing this function, you can easily locate the nth occurrence of a particular substring within a larger string. To demonstrate, I'll take the first address from this table and describe how to extract various sections of this address. Oct 14, 2022 · This full video tutorial shows how to use string functions in Microsoft Power Automate. This function is similar to the Power Automate substring () function, which both return the contents of a string. Apr 19, 2025 · The Find function looks for a string within another string and is case sensitive. The Substitute function identifies the text to replace by matching a string. One of the fundamental capabilities frequently required in these work processes is extracting substrings from strings. It is particularly useful when dealing with text manipulation within your workflows. Nov 4, 2024 · When working with string in PowerAutomate we often have to remove special characters from the string. This Microsoft Power Automate tutorial for beginners teaches you how to use string functions. Jun 27, 2025 · To reference or work with these values in expressions, you can use functions that the Workflow Definition Language provides. This video explains how to use PowerAutomate susbstring and find text position action steps. The following example demonstrates how to extract the string after the "SUMMARY" text: substring (variables ('varText'), add (indexOf (variables ('varText'), 'SUMMARY:'), 8)) Below screenshot is for your reference: I hope this information is helpful. Why Use Substring in Power Automate? Involving substring in Power Automate brings a few benefits: Adaptability: It permits you to control and concentrate explicit pieces of a string with accuracy, empowering you to fit your work processes to your requirements. Description: In this guide, we will discuss how to use the float function in power automation. Find returns the starting position of the string that was found. The substring () in Power Automate returns characters from a string beginning at the position provided. Oct 20, 2022 · Today we are going to read about the 3 String Functions – Slice, SubString & Split. For example, if it searches in the string “I like bananas” for “nana“ it will return true. If you’re looking for a text with fixed length, the best approach might be the substring (…) expression. Oct 8, 2024 · Introduction One of Microsoft's most popular solutions for task and workflow automation is Power Automate. In this tutorial, I will discuss how to deal with Power Automate string () functions with a few examples that include the below topics: Concat () function Substring () function Length () function Trim () function Replace () function Chunk () function Startswith Oct 4, 2024 · The Power Automate substring function is a powerful device for string control inside your work processes. " However, what is a substring exactly, and… Dec 6, 2018 · The solution is to use the Select action with the range () and substring () functions. Here’s a workaround that I used to check if an email’s attachment file type is zip: Jan 25, 2024 · Olena Power Automate contains () function takes array or string as a first parameter. Perfect for cleaning and formatting data. Dec 26, 2017 · Within Expression tab, you could select the function you want to use (e. To check the position of a string or a char within another string you use the Power Automate indexOf function or the Power Automate Find text position. Sep 6, 2024 · The substring function in Power Automate extracts a portion of a string based on specified starting index and length parameters. These expressions are primarily used in Dynamic Content fields and written using Power Fx syntax. I've tried various iterations of substring and trim but I just can't seem to nail it. This week we'll explore Microsoft's Power Automate Function “substring” and give you tips and tricks on using it efficiently. But now, in the recent update of Power Automate, it now gives you prebuilt actions for text/string Nov 26, 2021 · Power Automate Expressions Lesson 3: The classic substring () method explained! Apr 30, 2024 · Learn how to use Power Automate Get Items Filter Query with 8 real examples. Mar 5, 2025 · Power Automate provides a set of built-in expressions and functions that help users manipulate data, perform calculations, and control the flow of automation. In response to a question posted on the Power Automate community forum, I wrote the following custom flow that can parse through a string and extract any numerical values contained within it. ) My current subject code: substring (triggerBody ()? ['Subject'],add (lastIndexOf (triggerBody ()? ['Subject'],'Employer'),10),30) Thanks! Jul 31, 2024 · For substringof, you must pass the substring that you want to find in the SharePoint List column as first parameter, and the SharePoint List column as second parameter. Power Automate is a powerful automation and integration tool with over 280+ data connectors. Aug 6, 2025 · Power Automate Desktop provides various text actions that allow to manipulate, extract, and work with text in a variety of ways. This is a video to show you how to use the substring function to get a part of a string using a start index and a length amount within Power Automate (and Lo Working with JSON objects Add new property to an object Feb 10, 2025 · Today Microsoft released custom Power Fx functions to support reusable code within Power Automate. Power Automate x SharePoint: OData Filter Query cheat sheet2021 Let's POWER Automate | https://tomriha. Sep 24, 2020 · Welcome to Function Day. Let's look at building a reusable flow that can replace the special characters from a string easily. It allows users to extract a section of a string based on the start index and the length of the desired substring. For more information about functions and expressions in Power Automate, see Use expressions in conditions. Substring We will you both in this example First we will add the ‘ Find text position ‘ action. However, these texts usually require some treatment before use. As an example, here's a table of addresses that might appear in an app. Follow this step-by-step guide to clean and format text efficiently with expressions and flow actions. Nov 8, 2024 · The Power Automate slice () function is an enhanced version of the substring () function that cuts the string based on the start and end indexes. The last two parameters are numbers. This action has Two (2) parameters to fill in: Jan 13, 2020 · So the functions in Power Automate use a slightly different syntax than Excel or other similar products. Mar 29, 2023 · In PowerApps, you can search for a substring (a part of a string) using many functions such as Find, IsMatch, In, exactin,…etc. We can use this function to extract snippets of a string that we need the most. It is similar to the substring function, but differs in the specification of how far to cut out. Learn more in Reference guide to workflow expression functions in Azure Logic Apps and Power Automate. Discover syntax, examples, and practical use cases for string matching in flows. Oct 20, 2023 · The contains function in Power Automate is a valuable feature that enables you to check whether a specified string contains a particular substring. Both work the same. Mar 22, 2021 · In this short guide I will show you how to use Power Apps text functions and give everyday examples of how you use them in your own apps. For example, to search for records that contains the value "ohn" in the Employeename column, I must use substringof ('ohn', Employeename) as Filter Query. Dec 3, 2023 · Power Automate text functions are frequently used when writing expressions. Oct 15, 2023 · In this “String Functions in Power Automate or List of Functions in Power Automate” article, we will list out the list of functions in Power Automate from the string category, and we will learn about each string function in Power Automate and how each function works. A cheat sheet with 140+ Power Automate functions, links to the official documentation and an easy to follow visual guide. Jun 26, 2025 · Learn how to replace multiple strings using Power Automate. Nov 10, 2023 · Ouput Value: U There is no Left () and Right () function available in Power Automate, so here I’ll explain how to get the first character in string value by using the substring () function and similarly to get the last character in string value by using the slice () function in Power Automate. The get items filter query contains is not supported for fetching data from the SharePoint list containing a value using Power Automate. See examples of substring () function in manual and SharePoint list flows. Although guide refers specifically to logic app workflows, these functions work for both flows in Power Automate and workflows in Azure Logic Apps. Oct 4, 2024 · The Power Automate substring function is a powerful device for string control inside your work processes. One of the key ideas that users frequently run across while utilizing substring power automate to work with text data is "substrings. Oct 4, 2024 · Functional Use Instances of Substring in Power Automate Extricating Data from Messages: Assuming that your work process incorporates handling email addresses, you could have to remove the username or space from an email address. Determine concatenated string length (7); Subtract it from the desired string length (5) = 3. . The slice function is a position. Position 1 is the first character of the string. If you pass a single-column table that contains strings, the return value is Feb 11, 2021 · Welcome to Function Friday. Jun 2, 2023 · The Power Automate Substring Function: An Overview The power automate substring function is a tool designed for string manipulation. Jun 18, 2025 · Learn how to filter an array by string values in Power Automate. Aug 22, 2023 · Learn how to extract a substring from text using Power Automate Desktop. How can I achieve the function "Extract substring from end of string" like the below function: I am trying to add zeroes before the ID to create a 4 digit number. In this tutorial, I will explain various Power Automate Desktop text actions with examples. This week we'll explore Microsoft's Power Automate Function "indexOf" and give you tips and tricks on using it efficiently. Power Automate Substring Function Power Automate substring Function by Manuel Gomes January 21 2021 January 21 2021 6 The substring function is widely popular and widely used We have the need all the time to parse the string to get sections of it Think of for example a name where you want to extract the first and last name to store it in the Oct 8, 2024 · Introduction Tools such as Power Automate facilitate the automation of repetitive operations for business professionals and computer specialists alike in the fast-paced world of today's automation. This article dives… Jun 10, 2024 · The Replace function identifies the text to replace by starting position and length. To ignore case, first use the Lower function on the arguments. Sep 30, 2024 · but I have always this result of power automate test: "Unable to process template language expressions in action 'Populate Microsoft_Word model' inputs at line '0' and column '0': 'The template language function 'substring' parameters are out of range: 'start index' and 'length' must be non-negative integers Oct 16, 2020 · Introduction Whenever we want to extract part of a string, a common question comes to mind -how do we achieve this? In Power Automate, previously we used to write some expression manually like split, substring and so on. contains("I like banana", "nana") = true Aug 12, 2023 · One of the most frequent uses from Power Automate is to manipulate texts and extract data from it to perform tasks. Now, we will create a flow to extract string after character in Power Automate. Jan 15, 2023 · Power Automate does not have left and right functions available as expressions. Mar 24, 2023 · Conclusion: Using Substring in Microsoft Power Automate can help you extract a part of a string and use it in your workflows. Sep 30, 2021 · How to use the Power Automate "lastIndexOf "function? First, I'll explore the basics, tips, and tricks on using it efficiently in your Flows. Use the MatchAll function to split a string using a regular expression. Value: The value or substring to search for within the expression. The Match function is often a more concise and powerful choice for regular expressions. substring In this video, I go through the Substring Action Power Automate. Whether you’re a beginner or a pro, these functions will help you build smarter, more efficient flows in no time. In this article, you… Aug 3, 2024 · Power Automate, recently known as Microsoft Stream, is a powerful instrument for automating work processes among applications and administrations. This can be extremely helpful when you need to isolate specific sections of text from larger strings, such as extracting part numbers, date segments, or other formatted data. The Power Automate team has put together some actions that make Text Functions more easy. Working with substring in power automate is… Jul 4, 2023 · Hi @AhmetC , You can use the Substring formula to extract the desired text. In addition, I will explain how to use this contains () function in a Power Automate flow based on a SharePoint list. VIDEOS FOR Y May 26, 2020 · Learn how to get a word, character or cut something out of a string using the Power Automate substring function! Aug 4, 2022 · Power Automate - General Discussion Answered Start index error - substring Subscribe(0) Share Report Posted on by gabie 6 Use the above substring expression combined with the length function to remove the last N characters from a string in Power Automate, Replace N with the number of characters you want to remove. By following the steps outlined in this guide, you can add a text string to your flow, extract a substring using the Substring function, and use the extracted substring in your workflows. May 1, 2024 · Note: In the Power Automate Filter query, the expression contains () function is invalid. Jun 9, 2020 · Here’s another important Text function called Substring. For the string it will search for a second parameter as a substring. Be sure to check out the links in the sidebar, be respectful, and let's all go with the Flow! Aug 26, 2024 · In the realm of computerization, Power Automate is a powerful device that improves on coordinating and smoothing out work processes across different applications. In this tutorial, two of the more complex string functions - substring and indexOf - are explored in detail. Mar 13, 2025 · Learn about Power Automate condition if string like checking if a string is empty, verifying if it contains a number or unique character with real examples. Follow this step-by-step guide to simplify data filtering and automate your workflows. Jan 10, 2023 · Hi @DennisPaulun, I see most of the expressions use an indexOf function to find a semi colon character in the description field. Whereas the indexOf function in Power Automate finds the index or position of a character within a specified string in a case Jul 14, 2020 · But. Function Name Sep 8, 2025 · Power Automate Text Functions Explained | Substring & Find Text Position Master Text Functions in Power Automate | Substring + Find Text Position Tutorial Power Automate String Manipulation Jun 21, 2025 · Learn how to use the Power Automate Replace() function to modify text by replacing specific characters or strings. Aug 7, 2023 · Power Automate find text in string (substring () with indexOf ()) Here we will see, how to find text in a string using substring () with indexOf () in Power Automate. Apr 26, 2024 · In Power Automate, you can work with converting and formating strings using string functions () and some of the collection functions. Results in "0000099". If you pass a single string, the return value is the modified string. If you specify a single string as an argument, the function returns the portion that you requested of the string. Feb 19, 2023 · Power Platform Community / Forums / Power Automate - General Discussion / Correct use of "substr Nov 15, 2023 · This Power Automate tutorial explains how to use the Power Automate contains () function. However, it works differently in each case. One such text functions is the StartsWith function, this function checks to see whether a string starts with a certain substring. Sep 4, 2024 · The substring () function needs the length of the substring as its 3rd input, which we have to calculate by subtracting the index of the end of the string from the index of the start of the string. Managing and working with text data is a crucial part of automating procedures. However, if it cannot find this semi colon field the returned value would be -1. It’s much easier to work with, so don’t be afraid to use it. The string “Dynamic” can be changed each time. Aug 3, 2024 · What is the Power Automate Substring Function? The substring function in Power Automate is a string control device that permits you to extricate a piece of a string in view of determined boundaries. Dec 21, 2019 · I need a proper function to successfully extract this bit (employer name) but my code is failing. Find text position 2. Apr 17, 2025 · Learn how to use the startsWith() and endsWith() functions in Power Automate. Search for a substring using PowerApps ISMatch function In PowerApps you can check if string contains substring or not using the IsMatch function. For example Dynamic123 or maybe Dynamic456. Apr 10, 2024 · Because if there is no function outside ‘-1’, it will be defaulted to a string, which does not meet the requirements of the formula. Power Automate String Functions ExplainedSubstring, ToLower, ToUpper & Trim in Power AutomatePower Automate String Functions TutorialText Functions Made Easy Nov 1, 2023 · Split String between two characters using Power Automate Let us see how to split a string between two characters using Power Automate flow, Example – 1: (Using Split function ()) In this example, I will show you how to split a string between two characters using the Split () function in Power Automate Step-1: Create an instant cloud flow with a manual trigger, add a new step, choose to Mar 4, 2022 · But I get this error: Unable to process template language expressions in action 'Negative_Index_of_Snabel-a' inputs at line '0' and column '0': 'The template language function 'sub' expects its first parameter to be an integer or a decimal number. Feb 22, 2023 · Power Automate doesn’t provide a built-in function to extract numbers from a string. , length () function) Click Dynamic content tab to choose the answer to the question 1 from “Get response details” action. Besides searching in texts, Power Automate enables you to crop text values from texts using the Crop text action. Nov 7, 2018 · A common question that arises is how to extract part of a string. bwzcbl ypxpy mkrei etfjxa xqdij pywuya xhdfuyn sbvsr rbjqldi xfcfna