How do I update table cell value from API Response

  1. My goal: I want to design CSV Upload interface to create products in Stripe and Paypal

  2. Issue: I want to update Paypal product ID column on successful Paypal API call

  3. Steps I've taken to troubleshoot:
    My paypal API Resource is creating product but in run script on success is not setting up my table data update
    I tried setting table1.data, table1.selectedRow, created temp data and set data

  4. Additional info: (Cloud or Self-hosted, Screenshots)
    Cloud



Hey there @Biren_Patel, and welcome to the forum!

First thing that pops to the eye is that you're using curly brackets in your script, which are not needed.

I havne't looked at the screenshots with detail, but let me know if the above fixes your issue.

Best,
Miguel