mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(seaTable Node): fix link items not showing in response (#4170)
This commit is contained in:
committed by
GitHub
parent
2e916b6564
commit
69684fc4f7
@@ -294,6 +294,10 @@ export class SeaTable implements INodeType {
|
||||
|
||||
Object.assign(qs, filters, options);
|
||||
|
||||
if (qs.convert_link_id === false) {
|
||||
delete qs.convert_link_id;
|
||||
}
|
||||
|
||||
if (returnAll) {
|
||||
responseData = await setableApiRequestAllItems.call(
|
||||
this,
|
||||
|
||||
Reference in New Issue
Block a user