I am experiencing issues with my scenarios in Make after a recent update.
Google Sheets → Bitrix24
I have a scenario that should create a deal/card in Bitrix24 using data from Google Sheets.
The scenario runs without errors
The deal is created in Bitrix24
However, all fields are empty (no data is being transferred)
I have already checked:
Field mapping in the Bitrix24 module
Data coming from Google Sheets (it appears correctly in Make)
Recreated the scenario from scratch
But the issue persists.
Stripe → Bitrix24
I also have another scenario integrating Stripe with Bitrix24.
This integration was working correctly before the recent Make update
After the update, it stopped working
The scenario either does not trigger properly or does not send data to Bitrix24
Additional info:
Bitrix24 connection is active
Google Sheets connection is active
Stripe connection is active
Could you please help me identify what might be causing these issues?
If needed, I can provide screenshots, scenario export, or execution logs.
If the scenario runs and the deal is created, but all fields are empty, the most likely problem is that the Bitrix24 field mapping got broken or reset after the update.
Simple things to try:
Open the Bitrix24 module
Re-map every field again by hand
Refresh/reconnect the Bitrix24 connection
Save the scenario and test with new data
Also check this:
if Bitrix24 custom fields changed, Make may still create the deal but send blank values
if Google Sheets/Stripe data looks correct in Make, then the issue is probably on the Bitrix24 module side
For the Stripe → Bitrix24 scenario:
check if the trigger still gives data
then check if the Bitrix24 module is receiving that data
if yes, re-map the Bitrix24 fields again
Short version:
Deal created + empty fields = mapping problem No trigger or no data passed = trigger/input problem
I would first refresh the Bitrix24 module and map all fields again from scratch.
Had almost the exact same headache after a Make update, especially with scenarios showing “successful” runs but sending empty data. In most cases it really comes down to broken field mapping or silent resets on the Bitrix24 side, so remapping everything manually usually fixes it. Seen similar behavior in tools like Phonexa too, where integrations look fine on the surface but fail at the data layer.
I followed all the steps but I’m still getting the same error. The problem isn’t with the mapping, but with the sending of information from Make and the reception from Bitrix. After the last update it became like this.
When you mention manual mapping, do you mean looking at all the fields and their addresses and confirming if it’s correct in the make statement? If that’s what you mean, I’ve already done that too.