Hi, I have an api call button that trigger a scenario in make.com
after the api call succeed, I want to reload the page so that user can see the result. How can I achieve this? I have these code but it does not work
Hi there! This can be done using custom code, though I donât have the exact snippet. Maybe @acjnas or @matthieu_chateau can help when they have a moment.
@matthieu_chateau I can add it though, but in custom code we still need the trigger like âupdate-record-successâ or âcall-api-successâ right? So I think it will produce the same problem
I will wait for Arturâs answer because this api-call event listener is not working for a lot of people/ People having issues with it.
If you would add a webhook response, you wouldnât need trigger like âupdate-record-successâ or âcall-api-success. You would need another script in your page I can provide if this is urgent.
@matthieu_chateau right it should end up in a loop. I though have an idea that loaded is when entire list is loaded first time and reload mostly does data fetching⌠I will confirm and get back
Hello @tirza, I suppose for beta List block this code should work. The issue here is that call-api-success-blockid is not implemented except for trigger webhook action. So removing it from the custom code should fix the issue. Could you please check it out?