Mapping API Data with Bubble Database

Hey there!
I outsourced one table of my Project to a Xano Database. The table is called “ContentPost” which has a field “created” with a email adress in it for example: test@googlemail.com
In my bubbleapp my usertable got a datatype email. I created a GET-Call to Xano to get all the data from the ContentPost table and display it in a repeating group. My question now is: Is there a way I can get the userdata (e.g. FirstName, LastName,…) from my bubbledatabase into that repeating group by mapping the “created”-emailadress from the xano database to my “email” field of the user in the bubbledatabase?

Thanks in advance for any replies!

@c.wittelsberger

Yes, you can use conditions.

Best
Anderson