Cannot change current user info

Dear Bubble users,

Just finishing my app and need your support.

When user makes a payment, my app triggers a zap (Zapier) through API endpoint and receive following information:

  • Amount of payment;
  • Email of user which he/she writes manually in payment window.

However, I can not relate this payment to user. The information is saved in database without information on creator.

How can I solve this issue? Please see the workflow below:

Hi, since your data, payment is made by an API, it has no created user. What you can do instead is not make changes to current user but instead make changes to: search for users with the constraint: email= result of step 1’s email and modify their payment status.

1 Like

Thanks a lot! Your solution worked perfectly!