File tree Expand file tree Collapse file tree
.claude/skills/dataverse-sdk
src/PowerPlatform/Dataverse/claude_skill Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ client.delete_table("new_Product")
200200client.upload_file(
201201 table_schema_name = " account" ,
202202 record_id = account_id,
203- file_name_attribute = " new_document " , # If the file column doesn't exist, it will be created automatically
203+ file_name_attribute = " new_Document " , # If the file column doesn't exist, it will be created automatically
204204 path = " /path/to/document.pdf"
205205)
206206```
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ client.delete_table("new_Product")
269269client.upload_file(
270270 table_schema_name = " account" ,
271271 record_id = account_id,
272- file_name_attribute = " new_document " , # If the file column doesn't exist, it will be created automatically
272+ file_name_attribute = " new_Document " , # If the file column doesn't exist, it will be created automatically
273273 path = " /path/to/document.pdf"
274274)
275275```
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ client.delete_table("new_Product")
200200client.upload_file(
201201 table_schema_name = " account" ,
202202 record_id = account_id,
203- file_name_attribute = " new_document " , # If the file column doesn't exist, it will be created automatically
203+ file_name_attribute = " new_Document " , # If the file column doesn't exist, it will be created automatically
204204 path = " /path/to/document.pdf"
205205)
206206```
You can’t perform that action at this time.
0 commit comments