Overview
This Smart Service allows a designer to programmatically embed In-Flight Modification (IFM) calls within a process flow. IFM Queries are used to update running instances in bulk using an SQL-like syntax. An Application is included with a "Test Run" mode to see how many instances will be affected and if there were any issues while running the query.
This smart service can:
Hi,
Is this plugin supports the latest Appian version 20.1, 20.2?
We are trying to update the CDT type PV variable using the below query but throwing error like invalid char at index XX.
"UPDATE_PMI " & ri!processId & " SET PV abcd = [internalize(""" & externalize(pv!newAbcd) & """)]"
But when we try to update a attribute in CDT is working
"UPDATE_PMI " & ri!processId & " SET PV abcd.name = [""" & pv!newAbcd.name & """]"
And also we failing to import the provided example application (Test Run) because of the parse CSV plugin (which is deprecated now).
any advise will help us to proceed further.
Thanks in advance,
Venky
Hi, where may i find this provided example application (Test Run)? I need to POC on this Plugin to fix some issue in Production