I have created a related action for a record type, and it is working well when i open it from the summary view in the main dashboard where i am presenting it but when i am trying to create a button for the same action it is not working well.
Discussion posts and replies are publicly visible
Why in your grid definition do you have your identifier set to just "fv!row"? That wouldn't be the identifier, it would be the entire row's worth of data.
In addition to using fv!identifier, you can also use fv!row[idColumn]
Thank you.
Yes, as #Mike and #Mathieu mentioned, we should use fv!identifier, which means it will send the unique ID or particular id of that row. When performing any action, we must use the Identifier to identify or interact with the specific row of data, whereas fv!row contains the entire row of data.
fv!identifier