I have a news app that allows users to read news items. It looks like this:
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! Go to 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.
User | Count |
---|---|
32 | |
11 | |
3 | |
3 | |
2 |