Adding the correct row to another table

I have the โ€œadd a new row to another table using values from this rowโ€ Action inserted in a deck view of names with basic information of applicants and this is pulling from โ€œTable 1โ€. The action is a star in the bottom right corner of every deck/applicant in the view and the idea is for the information associated with THAT applicant to make it over to a new table called โ€œWatchlistโ€ once their star is tapped. The current problem is that no matter which star is tapped, the top row of โ€œTable 1โ€ is mapped over to โ€œWatchlistโ€.

For more detail, the idea is that if the applicant in the 6th row of โ€œTable 1โ€ is impressive, then click their star and THEIR information will populate into a โ€œWatchlistโ€. However, no matter which star is clicked, the only info that populates โ€œWatchlistโ€ is the 1st row of โ€œTable 1โ€.

How do I fix this?

Thanks! This community has been super helpful!

0 14 332
14 REPLIES 14

By chance does your action do:

โ€œColumn in other tableโ€ = [key]

or

โ€œColumn in other tableโ€ = [_THISROW]

I think in your case maybe it is [key] vs _THISROW which I believe results in that behavior. Just guessing at the moment.

Hey Markus thanks! I dont see where I would add that rule though. Please enlighten me

Iโ€™m not seeing anything obvious right of hand. I thought maybe you were working with references somehow. But I think I was thinking of something slightly different.

Steve
Platinum 4
Platinum 4

Please post a screenshot of the actionโ€™s configuration.

I also donโ€™t see anything obviously wrong with your action configuration, but what youโ€™ve shared isnโ€™t all of it. Please post a screenshot of the remaining columns the action sets in the new row. Also, if the action has an Only if this condition is true expression, please post a screenshot of the complete expression.

Here is the rest of the columns. Thanks for your help!

Also, here is the data that the Action is supposed to be pulling from. The Action is supposed to pull from Player Stats and to Watchlist.
Thanks again!

Thank you for those. Could you also post the entirety of the action configuration?

Here is the Action in its entirety!

This only allows the add if there are no entries in the watchlist currently:

3X_c_9_c9ae7230948961535ea9399b5231e6b6ea9c5244.png

Try removing that condition.

Thanks for that! However, I just removed that condition and its still only pulling the first row of the table no matter which Action button I click.

Hey Steve. Still struggling. Any other thoughts?

Iโ€™m afraid not. Iโ€™m going to have to refer you to support@appsheet.com. Someone there can dive into your app config to troubleshoot.

Top Labels in this Space