I have an action that when I hit it I would like it to edit the Detail view but only edit a certain column in the view? I figured I would use the condition: [_THISROW_BEFORE].[PerID] <> [_THISROW_AFTER].[PerID] but what Effect would I use enter that condition in?
I suggest this: 1.
Create a slice of the table only with the key column and the column you want to modify. 2. Create a form view associate to this slice 3. Create your Action Button with the effect of Open a view of this app and write a deeplink (LINKTOROW) to the recently created form view
@Fernando_Lopez Currently the slice is showing me the form to create a new item, when I would like it to edit the column
Check the description of LINKTOROW it redirects you to EDITING an existing row by especifying the ID of the row
@Fernando_Lopez Sorry Iโm sort of new to this, where do I find that? and also when I insert data into the slice it wonโt let me save because it says โKey field โKeyโ cannot be blankโ while I want the key to be a Uniqueid() and that is how I have it in the columns tab
User | Count |
---|---|
17 | |
14 | |
8 | |
7 | |
4 |