index 1 is out of range
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2023
08:36 AM
02-08-2023
08:36 AM
index 1 is out of range
I am trying to create a simple insert from data sink to SQL but get the error index 1 is out of range.
Why am i getting this?
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023
07:52 AM
02-14-2023
07:52 AM
Morning Stuart,
To insert test step property values into the query, use a question mark (?). The values will be used in the order they are specified on the property list on the left. Property expansion does not work in the query. Use a question mark (?) to insert values instead.
https://support.smartbear.com/readyapi/docs/functional/steps/data-sink.html
