I’m trying to build a workflow that will trigger on a new file uploaded to OneDrive. The trigger works, but returns 36 items. My assumption is that once published, it would return N items, where the number of items is basically everything new since the last test.
Because of the large number of results from the trigger, it’s really difficult to test my workflow. I can’t seem to get my second node to only work with ONE result from the trigger. I tried using brackets in my expression to select the 0 item from the trigger, but it’s never valid.
How would I tell a node to use only the first result from a previous node?