Event Trigger Update Sharepoint List Item

Hello,
I created a trigger which is running when a specified Sharepoint List is updated. The job needs the information about the updated list item, because he needs an information in a column to update then a master data element in SAP. How do I get the updated list item ID? I didn’t found anything about this.
Thanks for help.
Volker

we assume:

and would refer to:
grafik

for RnD we can use the debugging panels
Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

and can inspect the returned output in detail

Hi, thanks for fast answer, but I receive always the first item of the list and not the updated one.
Volker

can you share with us a screenshot from the immediate panel. feel freeto redact sensitive values from the output within the screenshot.

Thanks for support

Immediate is empty:

Locals looks like this:

The changed number was 28 with category Management not Sales.

Thanks Volker

damit arbeiten wir interaktiv. z.B liOut.Itemarray oder tlw. auch Variablenzuweisungen

When we do feel that there is a defect and that the trigger is not returning the updated listitem then we check for different package version, prepare the replications and will decide to submit it to the support team.

However, also test it against a list and ensure that the list columns are very simple (no relations, lookups…)

It’s working now. The data are stored in a datatable and there I have access on it.
Thanks
Volker

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.