internal action not showing arguments
I am passing my args from an action to an internal action but the console logging args in internal action the args are coming up empty
8 Replies
It looks like you're calling the internal action directly in the dashboard, and you're passing in empty strings as args
Did you mean to call
postOnLinkedIn
in the dashboard?Currently im hard coding it and sending it @erquhart
The screen grab looks like you're running it in the dashboard
yes
testing it in dashboard
You're running the internal action directly
and you're passing it empty strings
you need to run
postOnLinkedIn
to test the function you're referring to in your OPOhh thankss silly mistake , this is so embarrassing but thanks a lot @erquhart
nah, just need a second set of eyes sometimes
also note that when you run that other function, I don't think the scheduled function logs will show up in the action logs, you'll need to head over to the logs view to see them
(pretty sure)
Yeah i figured it just now thnaks a lot