In reply to: Daniel Krüger (Cosmo Consult)
Hi Maria,
if I understand this correctly, then the action should do something with the row.
As you can't pass information to the menu action you would need to set a technical field in the the current row and then invoke the menu action.
The menu action could identify the row by the technical field and reset it so it can be used again.
The code in the first screenshot is used in a data row column of the item list. This will allow you to output HTML.
Best regards,
Daniel
Hi. Thank you for your answer.
I am trying to set the value from the selected row in the TESTROW column to a single-line text field named TEST, and i get error.
Also, i have tried to set value in other column, and same error.
Incorrect syntax near '{'.
select
'<div class="subelements-action-button">
<button class="webcon-button standard-focus subelements-action-button__delete-row webcon-button--padding-small standard-focus webcon-button--icon-button no-background th-hover" tabindex="0" type="button" onclick="SetValue('TEST',GetSubValue(ItemID, currentRowNumberVariable, 'TESTROW'));">
<i class="icon ms-Icon ms-Icon--Sync ms-Icon--standard" aria-hidden="true" data-disabled="false"></i>
</button>
</div>' as t