You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
Hi Team,
I have created one Email Data Extension object in Marketing Cloud which have below fields-
Object Name: books
bookid text . (Primary Key)
name text
description text
I am trying to post data from Ruby code with FuelSDK Gem but getting below error message evry time while post
Error Message : TypeError (no implicit conversion of String into Integer)
Please find the below line of code for the same-
dataextension = FuelSDK::DataExtension::Row.new
results = dataextension.post
I am getting this error on dataextension.post. Please let me know what I doing mistake here.
The text was updated successfully, but these errors were encountered: