I am converting the variable to lowercase already but the main problem I am having is that this Id field is in some cases in lowercase and in some cases as upper case in the table so i want to find the record by converting the id present in the table into lower case and then compare it with the lowe...
Hi All,I would like to use xtk.session.Write method, but checking for lower case of _key parameter with lower case of source field like we can do in the Update data activity: collection.appendChild(<{"mycusTable"} Status={1} StatusChangeDate={date} _key="@ID" Id={id} xtkschema={"mycusTable"} />); so...