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
I'm trying to bulk update data using CSV file while using CLI and it fails to capture data element to change. While variable URL ending which is "id" is being captured, the "displaytext" is not. Would you be able to see what am I missing here? Currently it updates to {{displaytext}} to all "id"s.
Got it to work by changing header to accept Content-Type Application/json. Also removed environment variables
More details:
The text was updated successfully, but these errors were encountered:
Hi Everyone,
I'm trying to bulk update data using CSV file while using CLI and it fails to capture data element to change. While variable URL ending which is "id" is being captured, the "displaytext" is not. Would you be able to see what am I missing here? Currently it updates to {{displaytext}} to all "id"s.
Got it to work by changing header to accept Content-Type Application/json. Also removed environment variables
More details:
The text was updated successfully, but these errors were encountered: