I'm making a code unit to insert records into a table, so naturally would like to pass in a JSON object of what it's inserting. Anytime I change the input parameter to ANY other type besides either Text or Integer, the API call only returns "Resource not found for the segment". As soon as I change it back to Text/Integer it works just fine.
Does this happen if the code errors while being ran, or am I encountering some weird bug? Any help is appreciated, thanks!