Stripe to Google Sheet integration adds invisible iframe

Today I noticed weird behavior with the Google Sheets action window.

After I assign elements to columns and do a Save & Send Test Request, Pabbly would insert each value in the spreadsheet and add a <iframe style="display: none;"></iframe> code snippet.

1648837565717.png


After reloading the workflow page, the same <iframe style="display: none;"></iframe> can be seen next to the object (screenshot refers). If I delete it manually, it might not appear again, but sometimes it is impossible to delete anything.

Has anyone else noticed this and has an explanation? There seems to be a <iframe style="display: none;"></iframe> code fragment within the Pabbly Connect HTML code itself, so perhaps this is a case of a missed single or double quote somewhere. Has the module been changed recently?
 

Pabbly

Administrator
Staff member
Today I noticed weird behavior with the Google Sheets action window.

After I assign elements to columns and do a Save & Send Test Request, Pabbly would insert each value in the spreadsheet and add a <iframe style="display: none;"></iframe> code snippet.

View attachment 9268

After reloading the workflow page, the same <iframe style="display: none;"></iframe> can be seen next to the object (screenshot refers). If I delete it manually, it might not appear again, but sometimes it is impossible to delete anything.

Has anyone else noticed this and has an explanation? There seems to be a <iframe style="display: none;"></iframe> code fragment within the Pabbly Connect HTML code itself, so perhaps this is a case of a missed single or double quote somewhere. Has the module been changed recently?
Seems issue because of some extensions available on your browsers. Can you try setting up the workflow in incognito mode once after disabling the browser extensions?

Let me know if the issue perists.
 
Top