How to get webpage Table data and update each row column value with different input?

Hi,

I have one below requirement,
I want to update webpage table data with same part number with different Quantity. Like below ex: Part Number 10286671 → Quanitity update 20
same way other all rows need to update with different quanitity value.

Could you please let me know how to achieve this?

Thanks in Advance,
Rama

@rama_krishna_Rao,

It seems the Salesforce data, you can use Salesforce integration which will work in background through API.

From front end it’s doable but will be complex.

Thanks,
Ashok :slightly_smiling_face:

Hi @rama_krishna_Rao

Use activities like “Find Element”, “Click”, “Type Into”, etc., or the “Anchor Base” directly to locate the part number on the webpage and update the corresponding quantity.

Hope this helps
Thanks