Call a process when button clicked

I have a news app that allows users to read news items.  It looks like this:

Scott_Nesbitt_0-1662494059802.png

When they click GO TO DETAILS it shows the full news item.  I would also like it to call a process I have that updates a column in a related table so the news item is marked read.  I am not sure how to call that process, could someone assist?

Alternatively, instead of "Data: Add a new row to another table using values from this row", I would like "Data: Update rows in other table using values from this row", and then I could use this:

FILTER("Read",
               AND(([News Id] = [_THISROW].[News Id]),
                         [User Email] = USEREMAIL()
                       )
)

Is that possible?  Or perhaps there is a different way that I am missing.

Solved Solved
0 6 436
1 ACCEPTED SOLUTION

Unfortunately, we cannot assign values through references.

I didn't explain things well.  Below is an image that corresponds to #2.  This is the action to add to the Group mentioned in #3.  I refer to this type of action as a "bridge" action as it allows you to transition processing flow to another datasource to perform updates.

Screen Shot 2022-09-07 at 3.00.49 PM.png

View solution in original post

6 REPLIES 6
Top Labels in this Space