hi @Kabirdas , I have a similar question - basically trying to enrich the row of a table that is cacheing information retrieved from two different of my own APIs - the workflow is that one of the actions is called on a specific row of table data generated by the earlier initial action.
As discussed in this related thread, I am trying to update a specific row with the results of an 'additional" API request that is invoked through a button on the table for that given row.
I am struggling with how to write with Retools currentRow reserved keyword, the documentation here is severely lacking - or at least - it's buried in a bunch of random stuff if it exists at all (havent found it yet after a few hours of digging around)
here is the latest of what I have tried to no avail:
const channelId = {{DMTChannelEstimator.data.data.channel.id}};
const proj = {{DMTChannelEstimator.data.data.projection.views}};
if({{table1.selectedRow.index != undefined}}){
return proj
}