I am using the Webform Rules module and I created an event ‘After submitting webform‘, and an action ‘Fetch webform submissions‘.
When I add an action ‘Show a message on the site‘, I get all the webform data values and I can print them out in status message.
Now I want to Get the user ID who submitted the webform to send that user a private message (about the form data). But when I add an action ‘Fetch entity by ID‘, I get no webform data values there (I’d like to use a data value as entity ID).
Am I missing something, is this the right way to achieve this ? Any other idea on how to do this please?