Hi,
When I refresh a table using a timer, the new data is added on top of the previous one instead of replacing it. For example, if the response returns 2 rows and the next polling returns the same 2 rows (without changes), the table ends up showing 4 rows (duplicates), because it's not being cleared before updating. I only need to see the current data, not a cumulative list of values.
<Timerid="3">
<Name>Slow Timer (30S)</Name>
<Timeinitial="true">30000</Time>
<Interval>75</Interval>
<Content>
<Group>4</Group>
</Content
<Groupid="4">
<Name>Slow Polling Session</Name>
<Description>Fast Polling 5m</Description>
<Type>poll</Type>
<Content>
<Session>2</Session>
<Session>3</Session>
<Session>49</Session>
<Session>50</Session>
<Session>51</Session>
<Session>52</Session>
</Content>
<Sessionid="2"name="GET Firmware UPDT"loginMethod="credentials"userName="135"password="136" >
<Connectionid="2"name="firmware">
<Requestverb="GET"url="/api/v1/system/updater/firmware">
<Headers>
<Headerkey="cache-control">no-cache</Header>
</Headers>
</Request>
<ResponsestatusCode="7">
<Contentpid="8"></Content>
</Response>
</Connection>
</Session>
Hi,
The issues was resolved restarting agent, now is working.
Thanks