web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How to get value from ...
Power Automate
Answered

How to get value from HTML table

(0) ShareShare
ReportReport
Posted on by 39

I have an html table that I create in Power Automate.

 

benchjeff_0-1672426115062.png

 

I want to be able to get the RowID from looking up an iNexusTaskID.

 

So, if my iNexusTaskID is equal to 30 I can get the RowID 1003 somehow.

 

I am creating a flow that will generate a Task if a Task is not yet created and it can find the Task from the RowID but my input is the INexusTaskID information so I need to output the relevant RowID.

 

Categories:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,195 Most Valuable Professional on at

    Hi @benchjeff,

     

    It should be possible to place a Filter Array action before the Create HTML table action.

     

    Use the same input for the filter array and make sure you filter in that action for item()?['iNexusTaskID'] is equal to 30. Use the outputs of the Filter Array action in your Create HTML table action.

  • Verified answer
    benchjeff Profile Picture
    39 on at

    benchjeff_0-1672941065973.png

     

    This ended up getting me the solution I needed.

     

    splitNewLine

    split(outputs('CREATECSV')?['body'], decodeUriComponent('%0D%0A'))
    FIXCSV
    take(outputs('splitNewLine'),add(length(outputs('splitNewLine')),-1))
    Apply to each
    skip(outputs('FIXCSV'),1)
    splitByComma
    split(item(), ',')
    JSON
    {
    "iNexusTaskID": "@{outputs('splitByComma')?[0]}",
    "RowID": "@{outputs('splitByComma')?[1]}"
    }
    CompleteJSON
    outputs('JSON')

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 501 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 323 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard