Change a list of things with data from external API

See attached screenshot.

I have a list of “meetingAttendees”. Each meetingAttendee have an email.
In this screenshot i update a list of meetingAttendees. And inside this action im able to use “This meetingAttendee”`s data.

But now i also want to insert some data to each meetingAttendees from external API call that i have in step1. This API returns a list of “signers”.
When i choose this list of “signers” and filter, i should be able to only return the “signer” where email is the same as “This meetingAttendee”, but inside here im only able to see “This signreqest…” (the data from the API).

Anyone that have worked with this before?

I can see that “This meetingAttendee” is visible everywhere except if your inside another list.

To to clear about the data:

meetingAttendee (in Bubble database)

  • email
  • signLink

signrequest (External API connection that returns:)

  • List of signers with:
  1. email
  2. signlink