Http request output

Hi team,

The output of http request is an html table code how to convert it to datatable in uipath

Regards,
Supriya

@supu123

You can try using Regex to extract the values out of the HTML table

and you can store that variable into variables

Now create the schema of the Datatable using Build Datatable

Now use Add Datarow activity for looping you can use For Each row activity

Hope this will help you

Thanks

Hi @Srini84

Any other method with direct formula or code

Regards,
Supriya

Could you send an example http request output?

Hi,

Could you pls try with below custom package in uipath marketplace. It will help you to convert html to datatable. Thanks.

Hi

wrote output to .html file and then used data scrapping to get datatable

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.