Update Two Tables With One Form

I have two tables. The tables are relationally linked via FK. However, when updating table A’s columns there is only one column in table B that needs to be updated at the same time.

Is it possible to Update all of the columns in table A and only the one in table B using two Action Steps?
If so, would I use one Update Action Step for all the columns in table A and then only list one Update Action Step for the single column in table B?

If not, or if there’s a better way, please give me a hand to see how to do this… Thanks!

You can certainly put as many update steps as you need in your server connect action. I believe I have as many as four tables being updated with the same form and server connect action.

1 Like

Thank you Brad! That is very good news.