Hi @WillowMobileSys ,
Thank you for sharing your tests and background.
Hi @Sherin_Premkumar and @WillowMobileSys ,
The main point is I used the “Confirmation Message” field of the action to display the long text column.
The implementation details are as follows:
Please create an inline action on the table with settings as follows. I have highlighted the main settings so as not to miss those. Please ensure the column ( I used [_rowNumber] ) that you attach the inline action to is included in the table view.
The group action should be without any constituent actions in the “Actions” settings as highlighted below.
Please ensure the display name is set to a blank as shown below:
Please add your long text notes column name in the “Confirmation Message” section.
You will also need the following changes in the localization panel. Need to add an expression for the “No” text as follows:
For the “No” text in localization, please have an expression something like
For “Confirm” text, need to add an expression as follows
For the “Confirm” text in localization, please have an expression something like
Finally, as already mentioned, this setup will need more testing for edge cases. The table view with this implementation cannot have any other action needing confirmation message because we have altered the confirmation message related “NO” and “Confirm” text localizations for this specific view.
Edit: I also confirmed that if the notes cell value has line breaks, then those are retained in the action’s confirmation message window.