Hi there,
If you want to associate the BookingFlights to the current user, you will need to get the current user's account object via your microflow:
Once you have the account, you can associate it to your newly created BookingFlights object:
Hope this helps (: