Skip to main content

Notifications

Community site session details

Community site session details

Session Id : p2AXKFu8X88MAz+432o5VO
Power Automate - Power Automate Desktop
Suggested answer

Problem with Power Automate Desktop latest versions 2.54.188.25066

Like (0) ShareShare
ReportReport
Posted on 28 Mar 2025 06:08:01 by 4

In an older version, I used the following method to get and filter data from a table:

 

%CustomersalesCVExcelData[GLCodeLoopRowNumber][3]%

Where:

Table: CustomersalesCVExcelData

Row: GLCodeLoopRowNumber

Column: 3

 

I then concatenated three values into one variable using the following format:

 

%CustomersalesCVExcelData[GLCodeLoopRowNumber][3] + CustomersalesCVExcelData[GLCodeLoopRowNumber][15] + CustomersalesCVExcelData[GLCodeLoopRowNumber][16]%



However, in the new version of Power Automate Desktop, when I try to run this logic, the values are not being returned correctly, and I’m getting no output.

I have tried using the same syntax, but it's not producing any result.

Error/Issue: I am not receiving any values as expected.



 

My question is: How can I write this in the new version of Power Automate Desktop?


 
  • HiteshChavda1086 Profile Picture
    4 on 28 Mar 2025 at 07:21:12
    Problem with Power Automate Desktop latest versions 2.54.188.25066
    @ronaldwalcott  yes, =CustomersalesCVExcelDatais accessing the table
  • ronaldwalcott Profile Picture
    1,763 on 28 Mar 2025 at 06:56:49
    Problem with Power Automate Desktop latest versions 2.54.188.25066
    Have you confirmed that CustomersalesCVExcelDatais accessing the table?
  • HiteshChavda1086 Profile Picture
    4 on 28 Mar 2025 at 06:52:41
    Problem with Power Automate Desktop latest versions 2.54.188.25066
    @VishnuReddy1997 thank you for your response. However, I need to know how to write this using the latest method.
    Yes, I am using a loop, but it’s not working.
  • Suggested answer
    VishnuReddy1997 Profile Picture
    2,297 Super User 2025 Season 1 on 28 Mar 2025 at 06:19:06
    Problem with Power Automate Desktop latest versions 2.54.188.25066
     
    Alternative: Using Looping and Variables
    ------------------------------------------------------
    If needed, you can also loop through CustomersalesCVExcelData and extract values dynamically using
    For Each:
    Use For Each loop to iterate through CustomersalesCVExcelData.
     
    Inside the loop:
    Extract row: CurrentRow = %CurrentItem%
    Get values: Value1 = %CurrentRow[3]%, Value2 = %CurrentRow[15]%, Value3 = %CurrentRow[16]%
    Concatenate: FinalString = %Value1 & Value2 & Value3%
     
     
    (Note:- if you got your solution you can mark as solution and gives kudos)
     
    Thanks & Regards
    Vishnu Reddy

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,513 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,636 Most Valuable Professional

Leaderboard
Loading started