I am trying to run an Apify actor in a table and keep getting the "Cell data size exceeds limit" error. Is there a way to only specify the output I'm interested in and have it be the result of the actor run?
You can control the output data from your Apify actor by configuring the Input Data section when setting up the integration. In the Input Data section, specify exactly what data you want the actor to return using JSON format.When configuring the input, make sure to: 1. Enter the data body in JSON format
2. Include only the fields you're interested in
3. For dynamic data from your Clay table, put the key in quotes but leave the token unwrappedFor example, if you only want email and name data, your input might look like: LBKS{ "email": ##{{email field}}, "name": ##{{name field}} }LBKS
This way, you'll only receive the specific data points you've requested, helping to avoid exceeding cell data size limits.
Sources:
Apify integration overview | Documentation | Clay University
Run Apify Actor with Apify
Did that answer your question?
Looks like you're still looking for help. We're currently outside of our standard office hours (9 AM to 9 PM EST, Monday through Friday), so it may take a little longer for us to respond.If youβre dealing with a specific table, drop the URL below so we can help you quicker. Otherwise, someone from our team will be in touch soon!
I think the input data should only contain parameters that the actor needs in order to run and the output settings are controlled in a different way
you can use the field paths option to limit the data you are receiving and filter out things you don't need, this will help you stay under the cell size limit
Hey there Iulian thanks for reaching out and appreciate you jumping in Kushagra! Iulian - Do you mind sending the link (url) to the table so we can take a look? https://downloads.intercomcdn.com/i/o/w28k1kwz/1347419411/65baf32e1d2a789ffba395c6d35c/CleanShot+2025-01-22+at+_42I1FzxXHf%402x.png?expires=1739391300&signature=735e0e9a93a24efaf298641d181f36a6e46c1553a1fc06e6168d0c2c4c0becf8&req=dSMjEc1%2FlIVeWPMW1HO4zVws4pg0BFWrgvYjA82bedDyaA%3D%3D%0A
Hey hey, thanks for reaching out! How can we help you out today?