I am having trouble getting this flow to run:
ClearCollect(
colDbResults,
IPL_GI_AddBlobStorageRecord.Run(
locID,
gblSentBlob.Id,
locComment,
gblSentBlob.DisplayName
)
);
If(
CountRows(colDbResults) < 1,
Notify(
"No response from Flow.",
NotificationType.Error
),
In my flow I have initialized the variable:
It has to be a string variable because most of these stock codes are strings. However, some of them are numbers. In this case 66.
There is no run history, and my collection colDbResults is returned empty.
How can I get this to work?
Solved! Go to Solution.
I seem to have solved it using this Expression in my Variable Initializer:
string(triggerBody()['varStCode_Value'])
I seem to have solved it using this Expression in my Variable Initializer:
string(triggerBody()['varStCode_Value'])
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
200 | |
47 | |
45 | |
45 | |
39 |
User | Count |
---|---|
279 | |
81 | |
81 | |
80 | |
67 |